summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2006-03-13 09:38:19 +0000
committerBastien Nocera <hadess@src.gnome.org>2006-03-13 09:38:19 +0000
commit79a30ede408f0b7b0ae7b075a5c0d49820640d5b (patch)
tree9b753bc95fc08dacb4066f726e9c14d1afc2cc3d
parentc44a8eb885146be653f59b092144cc8993e97004 (diff)
downloadtotem-V_1_2_2.tar.gz
upd 1.2.2V_1_2_2
2006-03-13 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 1.2.2
-rw-r--r--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--configure.in4
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ecc202983..16830a910 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 1.2.2
+
+2006-03-13 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 1.2.2
+
2006-03-09 Bastien Nocera <hadess@hadess.net>
* src/backend/bacon-video-widget-xine.c:
diff --git a/NEWS b/NEWS
index 5c0829a19..91a7a58fa 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,10 @@ New features and significant updates in version...
* Fix crash when calling the "add to playlist" dialogue" twice
* Fix crasher in the Mozilla plugin when bringing up a second instance
by making the plugin resident
+ * Don't reverse items when moving items down a playlist
* Remove keyboard shortcuts from the popup menu
* Add an icon to the Play/Pause popup menu item
* Fix parsing of remote ASX files on broken servers
- * Fix crasher in the Mozilla plugin when bringing up a second instance
- by making the plugin resident
* Fix resizing of the sidebar
* Don't make the properties page assert if we can't initialise the backend
* Support Flash Video files
diff --git a/configure.in b/configure.in
index cc846b7e9..ed3ef5982 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 1.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 1.2.2, 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)
@@ -33,7 +33,7 @@ DBUS_REQS=0.35
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-PLPARSER_LT_VERSION=1:0:1
+PLPARSER_LT_VERSION=1:1:1
AC_SUBST(PLPARSER_LT_VERSION)
AC_ARG_ENABLE(nvtv, AC_HELP_STRING([--enable-nvtv],[Enable support for TV-output with nvtv]), enable_nvtv="$enableval", enable_nvtv=yes)