summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-06-14 13:43:46 +0200
committerVincent Untz <vuntz@gnome.org>2011-06-14 13:43:46 +0200
commit5b389d3a81afa9e63ba124603976c79295182b7d (patch)
tree2adee8948b097fc8dfff0c35e60b9262874acf33
parentb9d0e13899c078b41cf5340e1a77b5157a463495 (diff)
downloadgnome-desktop-5b389d3a81afa9e63ba124603976c79295182b7d.tar.gz
release: 3.1.23.1.2
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e149e43d..847f9933 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
=============
+Version 3.1.2
+=============
+
+Note to packagers: this release breaks ABI compatibility in GnomeRR, so the
+version of the library was bumped.
+
+ libgnome-desktop
+
+ * GnomeDesktopThumbnail: Use GOnce for thread safety (Colin Walters)
+ * GnomeRR: Add a size return value to gnome_rr_output_get_edid_data()
+ (Richard Hughes)
+ * GnomeRR: Emit ::output-connected and ::output-disconnected when
+ screen outputs come and go (Richard Hughes)
+
+ Translators
+
+ * Daniel Martinez (an)
+ * Gil Forcada (ca@valencia)
+ * Kristjan SCHMIDT (eo)
+ * Мирослав Николић (sr)
+ * Miroslav Nikolić (sr@latin)
+
+=============
Version 3.1.1
=============
diff --git a/configure.ac b/configure.ac
index 3fe9c6f9..befcda40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_MACRO_DIR([m4])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=1:0:1
+LT_VERSION=2:0:0
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE