summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS31
-rw-r--r--README2
-rw-r--r--configure.in4
3 files changed, 34 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6d965f56..594b5d65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
==============
+Version 2.26.2
+==============
+
+ libgnome-desktop
+
+ * Thumbnail: Preload /gnome/desktop/thumbnails in thumbnail factory for
+ performance (Alexander Larsson)
+ * GnomeRR: Fill out ScreenInfo structs sufficiently without reprobing
+ (Matthias Clasen)
+ * GnomeRR: Fix display name heuristics to result less in 'Unknown'
+ (Matthias Clasen)
+ * Thumbnail: Code improvements (Felix Riemann)
+ * GnomeRR: Don't append a newline to monitor vendor names (Federico
+ Mena Quintero)
+ * GnomeRR: Make GnomeRRLabeler's labels explicitly black (Federico Mena
+ Quintero)
+
+ Misc
+
+ * Build system changes following git migration (Vincent)
+ * Various tiny build system fixes (Vincent)
+ * Remove gnome-feedback doc files that were unused anyway (Vincent)
+ * Use shave to improve build log readability (Vincent)
+
+ Translators
+
+ * Ivar Smolin (et)
+ * Jordi Mallach (ca@valencia)
+ * Maxim Dziumanenko (uk)
+
+==============
Version 2.26.1
==============
diff --git a/README b/README
index 40b75dac..4ab4a757 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-gnome-desktop 2.26.1
+gnome-desktop 2.26.2
====================
This package is free software and is part of the
diff --git a/configure.in b/configure.in
index aa8bdc8e..56c21c57 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=13:4:2
+LT_VERSION=13:5:2
AC_SUBST(LT_VERSION)
AM_MAINTAINER_MODE
@@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG
GNOME_PLATFORM=2
GNOME_MINOR=26
-GNOME_MICRO=1
+GNOME_MICRO=2
GNOME_DISTRIBUTOR="GNOME.Org"
GNOME_DATE=`date +"%Y-%m-%d"`