diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,10 @@ +============ Version 0.99.7 + +2003-10-15 Bastien Nocera <hadess@hadess.net> + + * README: upd + * configure.in: 0.99.7 + 2003-10-14 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-xine.c: (frame_output_cb), @@ -19,6 +19,7 @@ News * Add more paths for the Realplayer codecs * Add an error message when we can't save the playlist * Fix warnings when we have ampersands in the filename +* Fix XRandR handling 0.99.6: * Shuffle option in playlist diff --git a/configure.in b/configure.in index 947e51fd4..298ab41bb 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.52) -AC_INIT(totem, 0.99.6, http://bugzilla.gnome.org/enter_bug.cgi?product=totem) +AC_INIT(totem, 0.99.7, http://bugzilla.gnome.org/enter_bug.cgi?product=totem) AC_CONFIG_SRCDIR(src/totem.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) |