[libgdamm] 4.1.1



commit 8282d8fb6143ab1a62e61967bf245f33b7c9ce8b
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Oct 16 22:36:04 2010 +0200

    4.1.1

 ChangeLog    |    2 ++
 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1096098..ec4c1d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+4.1.1:
+
 2010-10-16  Murray Cumming  <murrayc murrayc com>
 
 	Small documentation improvements.
diff --git a/NEWS b/NEWS
index 6470782..c144740 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.1.1: (unstable):
+
+* Config: Added get_provider() and ConfigError.
+* Connection: Added quote_sql_identifier().
+* DataSelect: Added rerun().
+* MetaStore: Added set_identifiers_style().
+* SqlStatement: Added string_to_type().
+* Some documentation improvements.
+  (Murray Cumming)
+  
 3.99.21: (unstable):
 
 * DataModel: Declare DataModelError exceptions.
diff --git a/configure.ac b/configure.ac
index b9e0886..5fc53c2 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], [3.99.21], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [4.1.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
         [libgdamm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 



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