summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-12-11 20:01:46 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-12-11 20:01:46 +0000
commitd023edf0fa5f5494dcc113e3958fb7a65a825c8e (patch)
tree46e63f4f625399ec54468248d1a9f6e70b11dae1
parent921e73508dc3200201a7442e86e8d472a755ab24 (diff)
downloadtotem-d023edf0fa5f5494dcc113e3958fb7a65a825c8e.tar.gz
1.2.1 updV_1_2_1
2005-12-11 Bastien Nocera <hadess@hadess.net> * configure.in: 1.2.1 * NEWS: upd
-rw-r--r--ChangeLog7
-rw-r--r--NEWS1
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c185c84c3..a59a8a97c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 1.2.1
+
+2005-12-11 Bastien Nocera <hadess@hadess.net>
+
+ * configure.in: 1.2.1
+ * NEWS: upd
+
2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
* src/bacon-message-connection.c: (is_owned_by_user_and_socket),
diff --git a/NEWS b/NEWS
index d76a61d87..badfab8d7 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ Bug fixes:
* Show the video properties again when a stream has video
* Move Totem's remote socket to TMPDIR
* Make libmusicbrainz optional
+ * Build with newer versions of D-Bus
GStreamer:
* Fix an access to invalid memory when getting metadata from a file
diff --git a/configure.in b/configure.in
index 21495146c..58357dfaa 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 1.2.0, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 1.2.1, 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)