summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-02-14 10:19:25 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-02-14 10:19:25 +0100
commitc17f1bdcdfb3fab1a8fd5c3fc19a94ad29d85780 (patch)
treebc0722bc60fcd3f4f9a473e51492c07b14f7d139
parent274870acdd9baf8b163fd224a6a4f92469796819 (diff)
downloadglibmm-2.31.16.1.tar.gz
2.31.16.12.31.16.1
-rw-r--r--ChangeLog2
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f74ab31a..d62ac170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.16.1:
+
2012-02-13 José Alburquerque <jaalburquerque@gmail.com>
gmmproc: docs: Convert signal and property names correctly.
diff --git a/NEWS b/NEWS
index 4ea0679f..d0167b97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.31.16.1: (unstable):
+
+* gmmproc (docs):
+ - Add documentation to wrapped signals.
+ Bug #668918 (Mark)
+ - Convert signal and property names correctly.
+ Bug #668918 (Mark)
+ - Add some HTML entity conversions.
+ - Translate the <itemizedlist> tags in docs correctly.
+ (José Alburquerque)
+
2.31.16: (unstable):
Build:
diff --git a/configure.ac b/configure.ac
index 827ed489..46106b31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([glibmm], [2.31.16],
+AC_INIT([glibmm], [2.31.16.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])