Changes of Revision 44

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,48 @@
2
 -------------------------------------------------------------------
3
+Tue Mar 07 05:13:13 UTC 2017 - jimmy@boombatower.com
4
+
5
+- Update to version 18.0.1:
6
+  * CI: Fix true / false on stable builds
7
+  * CI: Add boolean arg parser to OSX
8
+  * CI: Deploy on tags and master branch
9
+  * CI: OSX - Deploy on all branches in the master repo.
10
+  * CI: OSX - Include branch in pkg
11
+  * enc-amf: Update to 1.4.3.11
12
+  * UI: Use correct string for systemTrayEnabled
13
+  * CI: OSX - Update to CEF 2987
14
+  * CI: Use correct folder for building browser
15
+  * CI: OSX - Use bash variable for CEF version
16
+  * UI: Don't exit on unknown command line arguments
17
+  * CI: OSX - export cef version so we can use it elsewhere
18
+  * CI: Fix cef version variable
19
+  * obs-outputs: Fix 100% CPU usage with new network code
20
+  * CI: OSX - Move CEF version to .travis
21
+  * VST: Fix save / load of plugin state. More interface options.
22
+  * UI: Fix audio monitoring dev. not being set on startup
23
+  * UI: Log audio monitoring dev. on start and when changed
24
+  * UI: Add logging of audio monitoring to sources
25
+  * VST: Fix crash when OBS is set to mono
26
+  * Revert "win-dshow: Add LGP timestamp fix"
27
+  * win-dshow: Actually fix LGP issue
28
+  * obs-outputs: Various fixes to new network code
29
+  * Update translations from Crowdin
30
+  * AUTHORS: Update with data from Git and Crowdin
31
+  * libobs: Apply sync offset to win32 audio monitoring
32
+  * UI: Disable network settings while outputs active
33
+  * Update translations from Crowdin
34
+  * AUTHORS: Update with data from Git and Crowdin
35
+  * CI: OSX - Brew install speexdsp
36
+  * CI: OSX - enable sparkle
37
+  * deps/blake2: Fix compiler warning
38
+  * UI: Fix game capture check when about to update
39
+  * deps: Add liblmza
40
+  * libobs: Update to 18.0.1
41
+  * updater: Add windows updater module
42
+  * UI/updater: Wait for OBS to close before updating
43
+  * obs-outputs: Improve shutdown behavior of new socket loop
44
+  * UI/updater: Use better function for getting process names
45
+
46
+-------------------------------------------------------------------
47
 Tue Feb 28 00:38:38 UTC 2017 - jimmy@boombatower.com
48
 
49
 - Update to version 18.0.0:
50
obs-studio.spec Changed
8
 
1
@@ -1,5 +1,5 @@
2
 Name:           obs-studio
3
-Version:        18.0.0
4
+Version:        18.0.1
5
 Release:        0
6
 Summary:        A recording/broadcasting program
7
 
8
_service Changed
10
 
1
@@ -1,7 +1,7 @@
2
 <services>
3
   <service name="tar_scm" mode="disabled">
4
     <param name="versionformat">@PARENT_TAG@</param>
5
-    <param name="revision">refs/tags/18.0.0</param>
6
+    <param name="revision">refs/tags/18.0.1</param>
7
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
8
     <param name="scm">git</param>
9
     <param name="changesgenerate">enable</param>
10
_servicedata Changed
9
 
1
@@ -1,6 +1,6 @@
2
 <servicedata>
3
   <service name="tar_scm">
4
     <param name="url">git://github.com/jp9000/obs-studio.git</param>
5
-    <param name="changesrevision">5312ffa8157c4210cf57026f90eeb09e81a5a461</param>
6
+    <param name="changesrevision">bc9a58174b75c445dcb14259443a74746f0b3d43</param>
7
   </service>
8
 </servicedata>
9
obs-studio-18.0.0.tar.xz -> obs-studio-18.0.1.tar.xz Changed