[glade/glade-3-8] * configure.ac, NEWS: Rolling Glade 3.8.



commit fa8430c02aa2e141302d087cefc25be584085551
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Apr 4 21:36:13 2011 +0900

    	* configure.ac, NEWS: Rolling Glade 3.8.

 ChangeLog    |    2 ++
 NEWS         |   11 +++++++++++
 configure.ac |    4 ++--
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8d7f1f5..72d8e93 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 afd5b67..4c8c610 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 1804e8f..5970a32 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],



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