[libgda-uimm] 4.99.4



commit 033421916fd6a6d371ca91ca71c545b475efcf79
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon Oct 3 17:53:48 2011 -0400

    4.99.4
    
    	* NEWS:
    	* configure.ac: Prepare for a new release (using the same version
    	numbers as in libgdamm).

 ChangeLog    |   10 ++++++++++
 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 27472b1..fc35845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+4.99.4:
+
+2011-10-03  Josà Alburquerque  <jaalburqu svn gnome org>
+
+	4.99.4
+
+	* NEWS:
+	* configure.ac: Prepare for a new release (using the same version
+	numbers as in libgdamm).
+
 2011-10-03  Josà Alburquerque  <jaalburqu svn gnome org>
 
 	configure.ac: Avoid tarball dependency on mm-common.
diff --git a/NEWS b/NEWS
index d910831..8dceda7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.99.4 (unstable):
+
+General:
+* Update API to use gtkmm-3.0.
+API:
+* BasicForm
+  - Added add_to_size_group() and remove_from_size_group() methods and the
+    "populate_popup" signal.
+* DataEntry
+  - Renamed create_data_entry() to create().
+  - Removed reset() and renamed exand_in_layout() to can_expand() as in the C
+    API.
+  - Added the "expand-changed" signal.
+* RtEditor
+  - Added new class.
+
 4.1.1 (unstable):
 
 * Remove optional API, to make the code simpler.
diff --git a/configure.ac b/configure.ac
index 74a8a0e..81b4568 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], [4.1.1], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
+AC_INIT([libgda-uimm], [4.99.4], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([libgda-ui/libgda-uimm.h])
@@ -22,7 +22,7 @@ AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h libgda-ui/libgda-uimmconfig.h])
 
 MM_PREREQ([0.9.5])
-MM_INIT_MODULE([libgda-uimm-4.0])
+MM_INIT_MODULE([libgda-uimm-5.0])
 
 # Copy the mm-common .pl scripts into docs/,
 # and use them from there,



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