summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-11-07 07:45:15 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-11-07 07:45:15 +0000
commita15e486a6b50b80b782af1cb896a70fa5d200024 (patch)
tree7445bf813a0bf61bdfa8dc6283b6cc6f3c526d54
parentf1b6ac61270c73dbfba343c210d6c94b28231d3c (diff)
downloadtotem-gnome-2-10.tar.gz
2005-11-07 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: 1.0.5
-rw-r--r--ChangeLog7
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddcd6268b..0a1f17180 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+============ Version 1.0.5
+
+2005-11-07 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in: 1.0.5
+
2005-09-24 Bastien Nocera <hadess@hadess.net>
* src/totem.c: (totem_action_exit): remove the timeout for the popup
diff --git a/NEWS b/NEWS
index 128fe847d..e1ba8ee43 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,14 @@ New features and significant updates in version...
1.0.5:
* Fix Totem not finding the type of a disc when it's not in /etc/fstab
+* Fix the Nautilus properties not being translated properly
* Handle DOS ASF reference files, and other playlist parsing fixes
* Make the album name selectable in the properties windows
* Work-around wrong aspect ratio in the thumbnailer and screenshot for some
files (xine-lib)
+* Fix a potential crash in the CD detection code
+* Avoid weird states when using the "Toggle fullscreen mode" window manager
+ shortcut
1.0.4:
* Say that we support 3GPP files
diff --git a/configure.in b/configure.in
index 512dde589..c9b1bad65 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.52)
-AC_INIT(totem, 1.0.4, http://bugzilla.gnome.org/enter_bug.cgi?product=totem)
+AC_INIT(totem, 1.0.5, 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)