[glade] Commiting release changelog entry and lt version update



commit 07bacae5de60a1b2576ca1cf654379218b26299c
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Wed Mar 6 20:08:50 2013 -0300

    Commiting release changelog entry and lt version update

 ChangeLog    |   21 ++++++++++++++++++++-
 configure.ac |    6 +++---
 2 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ae01bc4..35bbc6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-02-06  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+       * configure.ac, NEWS: Rolling 3.15.0
+
+2013-03-04  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+       * src/glade-window.c:
+         o Fixed window docks regresion bug.
+         o Update Properties Dock window title with GladeEditor:class-field value
+
+       * gladeui/glade-editor.c: Added GladeEditor:class-field read only property.
+
+2013-02-25  Jasper St. Pierre <jstpierre mecheye net>
+
+       * gladeui/glade-editor.c,
+         gladeui/glade-named-icon-chooser-dialog.c
+         gladeui/glade-project.c,
+         gladeui/glade-utils.c: Fix prototype warning issues.
+
 2013-02-19  Juan Pablo Ugarte <juanpablougarte gmail com>
 
        * gladeui/glade-editable.h:  Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration.
@@ -20,7 +39,7 @@
        * plugins/gtk+/icons/16x16/widget-gtk-levelbar.png,
          plugins/gtk+/icons/22x22/widget-gtk-levelbar.png:
          Added new GtkLevelBar icons by Máirín Duffy
-         This closes bug #685432 "RFE: glade support for GtkLevelBar"
+         This closes bug #685432 "RFE: glade support for GtkLevelBar" 
 
 2013-01-22  Juan Pablo Ugarte <juanpablougarte gmail com>
 
diff --git a/configure.ac b/configure.ac
index 39fe4b8..f482636 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,9 +52,9 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
 # Reference: http://www.gnu.org/software/libtool/manual/libtool.html#Versioning
 
-GLADE_REVISION=1
-GLADE_CURRENT=4
-GLADE_AGE=0
+GLADE_REVISION=0
+GLADE_CURRENT=5
+GLADE_AGE=1
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)
 AC_SUBST(GLADE_CURRENT)


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