Update of /cvsroot/xine/gnome-xine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12382

Modified Files:
      Tag: gxine-0_5_11-branch
        ChangeLog configure.ac 
Log Message:
Update to 0.5.11.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/xine/gnome-xine/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.218.2.1
diff -u -r1.218 -r1.218.2.1
--- ChangeLog   3 Feb 2007 15:04:44 -0000       1.218
+++ ChangeLog   3 Feb 2007 15:14:24 -0000       1.218.2.1
@@ -1,13 +1,18 @@
-0.5.11:        2007/??/??
+0.5.11:        2007/02/01
        [dsalt]
        * Always connect to the "toggled" signal for post-plugin prefs buttons.
          Without this, they wouldn't work if they were initially shaded.
        * The plugin chain configuration menu items are duplicated in
          File->Configure.
+       * Fixed a hang which occurs when a stream ends and some modal
+         dialogue box, opened via a JS command, is open.
+       * Fixed some prefs segfaults and file/device/directory configuration
+         loss. This only appears with GTK+2.10 and xine-lib 1.1.4, and of
+         course I didn't have GTK+2.10 when I released 0.5.10...
 
 0.5.10:        2007/01/08
        [dsalt]
-       * SECURITY FIX (local exploit) 
+       * SECURITY FIX (local exploit, CVE-2007-0406)
          This version fixes a potential buffer overflow in gxine's server
          component and in gxine_client. This overflow would occur were $HOME
          sufficiently long - 94 bytes or more would cause socket creation or

Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/gnome-xine/configure.ac,v
retrieving revision 1.106
retrieving revision 1.106.2.1
diff -u -r1.106 -r1.106.2.1
--- configure.ac        3 Feb 2007 14:59:30 -0000       1.106
+++ configure.ac        3 Feb 2007 15:14:24 -0000       1.106.2.1
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([gxine], [0.5.10])
+AC_INIT([gxine], [0.5.11])
 AC_CONFIG_SRCDIR([src/main.c])
 
 AC_CONFIG_HEADERS([include/config.h])
@@ -150,7 +150,7 @@
 AC_PATH_PROG(GSSCMD, gnome-screensaver-command)
 if test -n "$GSSCMD"; then
   AC_ARG_WITH([dbus],
-       AS_HELP_STRING([--with-dbus], [enable dbus support (for GNOME 
screensaver)]),
+       AS_HELP_STRING([--without-dbus], [disable dbus support (for GNOME 
screensaver)]),
        [requested=Y], [requested=N])
   if test "x$with_dbus" != 'xno'; then
     with_dbus=yes


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to