[glom] 1.25.2



commit e2b2be81c4485bee0ef381e87c677495b01a1096
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 27 13:24:45 2013 +0200

    1.25.2

 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f3c76e4..1310660 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.25.2 (unstable):
+
+Build:
+* Fix the build with --enable-warnings=fatal,
+  by replacing all uses of GtkUIManager and GtkAction with
+  GtkBuilder, GAction and GMenu.
+  (Accelerators, such as Ctrl-Q are currently not working.)
+  (Murray Cumming)
+* Replace depreacted GtkHBox and GtkVBox with GtkBox in Glade files.
+  (This can cause strange layout issues, but I think I caught them all.)
+  (Murray Cumming)
+
+
 1.25.1 (unstable):
 
 * Startup: Do not crash when reporting check problems.
diff --git a/configure.ac b/configure.ac
index 35fd2a9..5c7e990 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.25.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.25.2],[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]