[libgdamm] 4.99.4.1
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] 4.99.4.1
- Date: Sun, 9 Oct 2011 12:26:05 +0000 (UTC)
commit 0bc83b19d296e09061879195febdbfe34848bc72
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Oct 9 14:25:58 2011 +0200
4.99.4.1
ChangeLog | 8 +++++---
NEWS | 5 +++++
configure.ac | 2 +-
examples/simple/main.cc | 1 +
4 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9000691..9f040cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,16 @@
+4.99.4.1:
+
2011-09-21 Murray Cumming <murrayc murrayc com>
- ServerProvider: Added supports_operation() method overloads.
+ ServerProvider: Added supports_operation() method overloads.
* libgda/src/serverprovider.[hg|ccg]: Because some parameters may be NULL.
2011-09-21 Murray Cumming <murrayc murrayc com>
- Connection: Add statement_to_sql() method overloads.
+ Connection: Add statement_to_sql() method overloads.
- * libgda/src/connection.[hg|ccg]: Because some parameters can be NULL.
+ * libgda/src/connection.[hg|ccg]: Because some parameters can be NULL.
4.99.4:
diff --git a/NEWS b/NEWS
index cded2a6..5a0f193 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.99.4.1 (unstable):
+
+* Connection: Add statement_to_sql() method overloads.
+* ServerProvider: Added supports_operation() method overloads.
+
4.99.4 (unstable):
* Value: operator=()
diff --git a/configure.ac b/configure.ac
index cff268c..c09e104 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.4], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
+AC_INIT([libgdamm], [4.99.4.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgdamm],
[libgdamm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/examples/simple/main.cc b/examples/simple/main.cc
index 8586a2f..449dfa6 100644
--- a/examples/simple/main.cc
+++ b/examples/simple/main.cc
@@ -76,6 +76,7 @@ run_sql_non_select (const Glib::RefPtr<Gda::Connection>& cnc, const Glib::RefPtr
}
#endif
+ std::cout << "rows selected: " << nrows << std::endl;
}
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]