[libgdamm] 4.1.2
- From: murrayc src gnome org
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] 4.1.2
- Date: Wed, 2 Feb 2011 11:53:40 +0000 (UTC)
commit 6df4533947b49beee720b1be97811ab2cdb41201
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 2 12:53:32 2011 +0100
4.1.2
ChangeLog | 2 ++
NEWS | 6 ++++++
configure.ac | 6 +++---
3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 925390f..4ddd1d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+4.1.2:
+
2011-01-30 Murray Cumming <murrayc murrayc com>
Use std::vector<> instead of *Handle<> or std::list<>.
diff --git a/NEWS b/NEWS
index c144740..484fd3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.1.2: (unstable):
+
+* Use std::vector<> instead of *Handle<> or std::list<> for method paramteters
+ and return types.
+ This matches the new convention in gtkmm 3.
+
4.1.1: (unstable):
* Config: Added get_provider() and ConfigError.
diff --git a/configure.ac b/configure.ac
index 5fc53c2..1b0d5cd 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([libgdamm], [4.1.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [4.1.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
[libgdamm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -28,7 +28,7 @@ MM_PREREQ([0.7.1])
MM_INIT_MODULE([libgdamm-4.0])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-AC_SUBST([LIBGDAMM_SO_VERSION], [12:0:0])
+AC_SUBST([LIBGDAMM_SO_VERSION], [13:0:0])
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
AM_MAINTAINER_MODE
@@ -39,7 +39,7 @@ AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.12.8 libgda-4.0 >= 4.1.7'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-4.0 >= 4.1.7'])
PKG_CHECK_MODULES([LIBGDAMM], [$LIBGDAMM_MODULES])
PKG_CHECK_EXISTS([libgda-bdb-4.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]