summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-05-06 16:44:45 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2012-05-06 16:44:45 -0300
commit947c909d96bde6f8b07c78201be2275fce85e396 (patch)
tree92185d65d24e76a305557925f08a588a30c4d93a
parentb9485a955bb286f1ab33d797d3f9c8833203f4e0 (diff)
downloadglade-947c909d96bde6f8b07c78201be2275fce85e396.tar.gz
Rolling 3.12.1GLADE_3_12_1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b609601..71cd1681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-06 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * configure.ac, NEWS: Rolling 3.12.1 bugfix release
+
2012-05-03 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* gladeui/glade-utils.c: Reworked glade_util_get_placeholder_from_pointer()
diff --git a/NEWS b/NEWS
index b1cff314..a78f55dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
============
+Glade 3.12.1
+============
+
+ - Use glade_util_get_placeholder_from_pointer() in paste action activate
+ - Fixed bug #675395 "Using right click to add a widget over a placeholder do not work as expected every time"
+ - Fixed bug #675042 "plugins/gtk+.xml.in: always store GtkButton [x|y]align properties"
+ - Added custom style provider to setup GladeDesignView and GladeDesignLayout background color to @base_color
+ - Fixed memory leak on GladeSignalEditor::callback-suggestions emison
+ - Removed use of lots of deprecated functions
+
+============
Glade 3.12.0
============
diff --git a/configure.ac b/configure.ac
index 8fd7b7e9..a16f89e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 12)
-m4_define(glade_micro_version, 0)
+m4_define(glade_micro_version, 1)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade], [glade_version],