[libgda-uimm] Updated NEWS



commit 60943daec9b25cd1b30fb5839bffc249c2e9b91b
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 19 08:52:32 2010 +0200

    Updated NEWS

 ChangeLog    |    4 +++-
 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0995196..0b9c157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
+4.1.1:
+
 2010-10-18  Murray Cumming  <murrayc murrayc com>
 
 	Remove optional API, to make the code simpler.
 
 	* libgda-ui/src/cloud.ccg:
 	* libgda-ui/src/dataentry.ccg:
-	* libgda-ui/src/dataentry.hg: Used Jose's remove-optional-api-ifdefs.new.sh
+	* libgda-ui/src/dataentry.hg: Used José's remove-optional-api-ifdefs.new.sh
   script to remove the ifdefs.
 
 2010-10-16  Murray Cumming  <murrayc murrayc com>
diff --git a/NEWS b/NEWS
index d06d5de..d910831 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.1.1 (unstable):
+
+* Remove optional API, to make the code simpler.
+* Fix the build with the latest (stable) libgda-ui.
+* DataEntry: Removed get_default_value(). Added
+	get/set_reference_value() and set_reference_current().
+  (Murray Cumming)
+
 3.99.20 (unstable):
 
 * Add a main page to the Doxygen documentation.
diff --git a/configure.ac b/configure.ac
index e19e2c7..346b264 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], [3.99.20], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
+AC_INIT([libgda-uimm], [4.1.1], [gtkmm-list gnome org], [libgda-uimm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([libgda-ui/libgda-uimm.h])



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