summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-04-04 21:36:13 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-04-04 21:36:13 +0900
commitfa8430c02aa2e141302d087cefc25be584085551 (patch)
tree12ccc9517b9ea2e41c8955980e33ec726d24c211
parente036946b1dbd242aecb247d6295d4f5b9dae06a0 (diff)
downloadglade-GLADE_3_8_0.tar.gz
* configure.ac, NEWS: Rolling Glade 3.8.GLADE_3_8_0
-rw-r--r--ChangeLog2
-rw-r--r--NEWS11
-rw-r--r--configure.ac4
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d7f1f54..72d8e933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-04-04 Tristan Van Berkom <tristanvb@openismus.com>
+ * configure.ac, NEWS: Rolling Glade 3.8.
+
* Backed out 'preview' feature from glade-3-8 branch.
* gladeui/glade-base-editor.c: Backported fixes from master.
diff --git a/NEWS b/NEWS
index afd5b670..4c8c6107 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
===========
+Glade 3.8.0
+===========
+ - Added support for GtkToolPalette and GtkToolItemGroup
+ - Fixed 633943, 503621, 629900, 597045, 622839,
+ - Removed User Manual link from Glade frontend (since the user manual
+ is still empty and not online anywhere).
+ - Backed out preview feature from 3.8.
+ - Included all the icons by Florent Thévenet (including some icons
+ made by Dolean Samuel).
+
+===========
Glade 3.7.3
===========
- Fixed 'controled' typo with updates to po files, patch
diff --git a/configure.ac b/configure.ac
index 1804e8f2..5970a329 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
-m4_define(glade_minor_version, 7)
-m4_define(glade_micro_version, 3)
+m4_define(glade_minor_version, 8)
+m4_define(glade_micro_version, 0)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],