[SCM] liblivemedia packaging branch, master, updated. debian/2009.11.27-1-25-g8dc3c95

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Fri Feb 12 23:09:17 UTC 2010


The following commit has been merged in the master branch:
commit 613e60a98a6cd0aac2e502065b5a42f923ae3ff4
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Wed Feb 10 11:04:14 2010 +0100

    Update upstream changelog

diff --git a/debian/upstream.changelog b/debian/upstream.changelog
index be5e622..20d4847 100644
--- a/debian/upstream.changelog
+++ b/debian/upstream.changelog
@@ -1,3 +1,20 @@
+2010.02.10:
+- Fixed a possible 1-byte overflow in "RTSPClient::setupMediaSubsession()".  (Thanks to Martin Bonnin for reporting this.)
+- Make "parseCLine()" a bit more robust against certain technically illegal, but still parseable SDP "c=" lines.
+  (Thanks to Aurelien Nephtali for this suggestion.)
+
+2010.02.09:
+- Fixed the way that "RTSPClient" operations handle the "timeout" parameter.
+  We now make the socket blocking afterwards (having made it non-blocking beforehand).
+  (Thanks to Jeremy Noring for this patch.)
+
+2010.01.22:
+- Changed the implementation of "Socket::changePort()" once again, beause it was reported that the change made in version
+  2010.01.15 didn't work.  Note, however, that this change also introduces a new function
+	     virtual void moveSocketHandling(int oldSocketNum, int newSocketNum) = 0;
+  to the "TaskScheduler" API.  We have implemented this for "BasicTaskScheduler".  If you implement your own subclass of
+  "TaskScheduler", then you will need to implement this new function as well.
+
 2010.01.16:
 - Added ""#include <stdio.h>" to "groupsock/NetInterface.cpp".  This was tripping up some people.
   (Thanks to Ben Hutchings for noticing this.)

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list