[glom] 1.27.1



commit 17a1292d3cfbd2d68d42b4600b7ec77f431251d4
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 7 16:47:09 2014 +0200

    1.27.1

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index bb858b8..338b85d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.27.1 (unstable):
+
+* Avoid use of deprecated gtkmm/GTK+ API in Glade files.
+  For instance, GtkAlignment, and stock items.
+  (Murray Cumming, Piotr Drąg)
+* Adapt to recent Gtk::Builder child-widget ref-counting fixes in gtkmm.
+  (Murray Cumming)
+* Avoid new GTK+ warnings about dialogs without transient parent windows.
+  (Murray Cumming)
+* Application: Use non-deprecated gtkmm/GTK+ accelerators API.
+  (Murray Cumming)
+
+
 1.26.0 (stable):
 
 * Reports: Fix a crash introduced in 1.25.4.
diff --git a/configure.ac b/configure.ac
index 510b690..7950cff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([Glom],[1.26.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.27.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]