diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,5 @@ +2.31.16.1: + 2012-02-13 José Alburquerque <jaalburquerque@gmail.com> gmmproc: docs: Convert signal and property names correctly. @@ -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]) |