[libgdamm] 4.99.3



commit b90bd3adf4ea423f4162f8ec811aee4ce9b4ef85
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jun 21 09:42:03 2011 +0200

    4.99.3

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index db26592..016ecb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+4.99.3:
+
 2011-06-16  Murray Cumming  <murrayc murrayc com>
 
 	Adapt to null value changes in libgda.
diff --git a/NEWS b/NEWS
index a0a38d9..50c8579 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.99.3 (unstable):
+
+* Value:
+  - Adapt to null value changes in libgda.
+  - This means that you should not have static Gda::Value instances,
+    because the constructor needs the GType system.
+* Build:
+  - Ignore warnings about long long, with --enable-warnings=fatal.
+  - Remove now-unused GLIBMM_EXCEPTIONS_ENABLED ifdefs.
+	
 4.99.0.1 (unstable):
 
 * Connection:
diff --git a/configure.ac b/configure.ac
index 5c82cf5..83f909b 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.99.0.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [4.99.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
         [libgdamm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
@@ -44,7 +44,7 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-5.0 >= 4.99.0'])
+AC_SUBST([LIBGDAMM_MODULES], ['glibmm-2.4 >= 2.27.93 libgda-5.0 >= 4.99.3'])
 PKG_CHECK_MODULES([LIBGDAMM], [$LIBGDAMM_MODULES])
 
 PKG_CHECK_EXISTS([libgda-bdb-5.0], [libgdamm_have_bdb=yes], [libgdamm_have_bdb=no])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]