[libgda-uimm] Prepare for release 3.99.19.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda-uimm] Prepare for release 3.99.19.
- Date: Fri, 23 Apr 2010 18:03:10 +0000 (UTC)
commit a4a472a8a98646ca35b2b1fb4e1dc096f651e1c6
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Fri Apr 23 13:26:32 2010 -0400
Prepare for release 3.99.19.
* NEWS: Update with the first entry.
* README: A simple re-write for the first release.
* configure.ac: Clean up the version numbers.
ChangeLog | 10 ++++++++++
NEWS | 5 +++++
README | 25 +++++++++++++++++++++++--
configure.ac | 8 ++++----
4 files changed, 42 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0135004..e15fb30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+3.99.19:
+
+2010-04-23 José Alburquerque <jaalburqu svn gnome org>
+
+ Prepare for release 3.99.19.
+
+ * NEWS: Update with the first entry.
+ * README: A simple re-write for the first release.
+ * configure.ac: Clean up the version numbers.
+
2010-04-22 José Alburquerque <jaalburqu svn gnome org>
DataEntry: Wrap remaining vfuncs.
diff --git a/NEWS b/NEWS
index e69de29..59b9fcf 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,5 @@
+3.99.19 (unstable):
+
+* Mostly wrapped the libgda-ui API while keeping compatibility with
+ libgdamm-3.99.19.
+ (José Alburquerque)
diff --git a/README b/README
index 6a24630..0c81af6 100644
--- a/README
+++ b/README
@@ -1,3 +1,24 @@
-This is libgda-uimm, a C++ API for Libgda-ui.
-See http://www.gtkmm.org/
+General Information:
+-------------------
+Libgda-uimm wraps libgda-ui, ui components based on Gtk+ for libgda, the gnome
+database access library. Libgda-uimm wraps the libgda-ui widgets using gtkmm.
+
+For more information see the gtkmm home page, http://www.gtkmm.org. Also,
+questions may be asked on the gtkmm list, gtkmm-list gnome org
+
+Dependencies:
+------------
+
+libgda-uimm's dependencies are: libgda >= 4.1.4, libgda-ui >= 4.1.4, libgdamm
+>= 3.99.19, and gtkmm >= 2.18.0.
+
+Links:
+-----
+
+git:
+ git://git.gnome.org/libgda-uimm
+ http://git.gnome.org/browse/libgda-uimm
+ (It's in jhbuild)
+download:
+ http://ftp.gnome.org/pub/GNOME/sources/libgda-uimm
diff --git a/configure.ac b/configure.ac
index a9c86a1..931db69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,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([libgda-uimm], [0.1.0], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
+AC_INIT([libgda-uimm], [3.99.19], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([libgda-ui/libgda-uimm.h])
@@ -21,8 +21,8 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h libgda-ui/libgda-uimmconfig.h])
-MM_PREREQ([0.7.1])
-MM_INIT_MODULE([libgda-uimm-1.0])
+MM_PREREQ([0.8])
+MM_INIT_MODULE([libgda-uimm-4.0])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([LIBGDA_UIMM_SO_VERSION], [0:0:0])
@@ -36,7 +36,7 @@ AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
-AC_SUBST([LIBGDA_UIMM_MODULES], ['libgda-4.0 >= 4.1.4 libgda-ui-4.0 >= 4.1.4 libgdamm-4.0 >= 3.99.19 gtkmm-2.4 >= 2.17.9'])
+AC_SUBST([LIBGDA_UIMM_MODULES], ['libgda-4.0 >= 4.1.4 libgda-ui-4.0 >= 4.1.4 libgdamm-4.0 >= 3.99.19 gtkmm-2.4 >= 2.18.0'])
PKG_CHECK_MODULES([LIBGDA_UIMM], [$LIBGDA_UIMM_MODULES])
MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]