summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-04-26 09:06:26 +0200
committerVincent Untz <vuntz@gnome.org>2011-04-26 09:06:26 +0200
commitea578075e7551bad009eec02dae96068c2bbb963 (patch)
tree063d70794b48d8886b23ebc964938afc26ed607f
parent6ad81dfede95dd53d6bdbaa62aab11377f6f8b01 (diff)
downloadgsettings-desktop-schemas-ea578075e7551bad009eec02dae96068c2bbb963.tar.gz
release: 3.0.13.0.1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9234eb6..f58770b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 3.0.1
+======================
+
+* Don't migrate background-related keys
+* Don't migrate custom GTK+ color schemes and various GTK+ tweaks keys
+
Major changes in 3.0.0
======================
* Added Japanese translation
diff --git a/configure.ac b/configure.ac
index c514c8a..f2c2b60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([gsettings-desktop-schemas], [3.0.0],
+AC_INIT([gsettings-desktop-schemas], [3.0.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas])
AC_CONFIG_SRCDIR(schemas/org.gnome.desktop.default-applications.gschema.xml.in.in)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])