summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--README1
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c472fcce..e2a39e173 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
diff --git a/README b/README
index a31eb7309..29db05ef0 100644
--- a/README
+++ b/README
@@ -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)