summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-07-12 09:59:10 -0400
committerRyan Lortie <desrt@desrt.ca>2013-07-12 10:31:45 -0400
commit9bae8ac81b223265dfc2308ece0b0c0978791f18 (patch)
treea9e5aaad7d1db8b123c1e3503831f831a8832509
parent5a3ce491fd0f218ded2a3b09997f58085bd02215 (diff)
downloaddconf-9bae8ac81b223265dfc2308ece0b0c0978791f18.tar.gz
dconf 0.17.00.17.0
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index abf2c49..6cc3683 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Changes in dconf 0.17.0
+========================
+
+Fix a semi-serious thread safety issue:
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=703073
+
+Some improvements to the editor:
+
+ - fix some compile warnings
+ - use gresource
+ - cancel searches on escape
+
+Translation updates:
+ Brazilian Portuguese
+ Czech
+ Esperanto
+ Friulian
+ Galician
+ German
+ Hebrew
+ Indonesian
+ Lithuanian
+ Malayalam
+ Norwegian bokmål
+ Slovak
+ Slovenian
+ Spanish
+ Tajik
+
Changes in dconf 0.16.0
========================
diff --git a/configure.ac b/configure.ac
index 597b663..ce9f362 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.16.0],
+ [0.17.0],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])