summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-09-09 09:26:50 +0000
committerBastien Nocera <hadess@src.gnome.org>2008-09-09 09:26:50 +0000
commita3e2c99055bb0c61c22ad8a42914ab7a9463cb63 (patch)
treee4c94be19ecad1dbd4611cad0c9ac528a201e545
parent7c72c1430a94dd30302e9be5de1f1e0d4aad4abd (diff)
downloadgvfs-a3e2c99055bb0c61c22ad8a42914ab7a9463cb63.tar.gz
upd 0.99.7.1
2008-09-09 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.ac: 0.99.7.1 svn path=/branches/gnome-2-24/; revision=1951
-rw-r--r--ChangeLog7
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0ec7bbe..70ef336f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== gvfs 0.99.7.1 ===
+
+2008-09-09 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.ac: 0.99.7.1
+
2008-09-02 David Zeuthen <davidz@redhat.com>
* monitor/hal/ghaldrive.c: (g_hal_drive_eject_do):
diff --git a/NEWS b/NEWS
index e0fa1b40..d7db3b9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Major changes in 0.99.7.1
+=========================
+
+* Go back to using powers of 10 instead of powers of 2 for display sizes.
+ This means we will agree with printed sizes for most devices (e.g. memory
+ sticks will now correctly report "64MB volume" instead of previous
+ "61.7MB volume").
+
+* Bug fixes:
+ 546971 - rhythmbox crashed when ejecting an ipod device
+
Major changes in 0.99.6
=======================
diff --git a/configure.ac b/configure.ac
index 23615a05..6a933f15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_INIT(client/gdaemonvfs.h)
-AM_INIT_AUTOMAKE(gvfs, 0.99.7)
+AM_INIT_AUTOMAKE(gvfs, 0.99.7.1)
AM_CONFIG_HEADER(config.h)
AM_SANITY_CHECK