summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-03-25 15:09:29 +0100
committerTomas Bzatek <tbzatek@redhat.com>2013-03-25 15:09:29 +0100
commit6210d23edaba478efd7a76d9c73ced080cd842c1 (patch)
treee7eb2f6469ffd3c02e8d8aa4600be2e7e367ed05
parentc19b628fd19c7e37c37552537694019798473be9 (diff)
downloadgvfs-6210d23edaba478efd7a76d9c73ced080cd842c1.tar.gz
Update NEWS for 1.16.0 release1.16.0
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cbdc4c31..995478f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 1.16.0
+=======================
+* cdda: Fix warnings for each track on the CD
+* cdda: Remove unneeded function argument
+* cdda: Remove leading '/' from the filenames
+* mtp: Switch to version based checks for new libmtp features
+* trash: Use the symbolic names for trash:: attributes
+* tests: Update expected gvfs-mount -li output
+* Translation updates
+
Major changes in 1.15.4
=======================
* gdu,udisks2: Make use of new ID_FS_BOOT_SYSTEM_ID udev property
diff --git a/configure.ac b/configure.ac
index 0f5ab9ab..6b50bc23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
-AC_INIT([gvfs],[1.15.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
+AC_INIT([gvfs],[1.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=gvfs])
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz tar-ustar])
AC_CONFIG_HEADERS(config.h)