summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])