[glom/glom-1-16] 1.16.2
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-16] 1.16.2
- Date: Tue, 30 Nov 2010 06:38:32 +0000 (UTC)
commit 1340ccde2085301af709952bfd78c6fd69c09d32
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Nov 30 07:36:43 2010 +0100
1.16.2
ChangeLog | 3 +++
NEWS | 9 +++++++++
configure.ac | 4 ++--
3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1fca38e..0245d15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.16.2:
+
2010-11-25 Murray Cumming <murrayc murrayc com>
Fix the build after a cherry-pick that I had not checked properly.
@@ -17,6 +19,7 @@
* glom/import_csv/csv_parser.cc: advance_field(): Remove an excess continue,
so that we actually add the character to the field's text. This error
was probably introduced while removing the non-exceptions ifdefs.
+ This fixed bug #625693 (maximiliano).
We really must fix those import unit tests so that something like this does
not happen again.
diff --git a/NEWS b/NEWS
index 08c8a1d..2350dea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.16.2:
+
+* CSV Import: Actually preview and import the field values.
+ Bug #625693 (maximiliano).
+* List view: Make the retry option actually work afer entering invalid data.
+ Bug #167818
+* Build: Remove the gconfmm dependency, because we don't use it.
+ (Murray Cumming)
+
1.16.1:
Build: Fix the python module's filename.
diff --git a/configure.ac b/configure.ac
index a41496a..a49774d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([Glom],[1.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
AC_PREREQ(2.63)
AC_CONFIG_SRCDIR([glom/main.cc])
@@ -151,7 +151,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
[REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.3.1"])
# Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.22.0 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.14.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-2.4 >= 2.22.0 gthread-2.0 libxml++-2.6 libxslt >= 1.1.10 goocanvasmm-1.0 >= 0.15.4"
# Do not require iso-codes in client-only mode, or on Windows:
# TODO: Package iso-codes for Windows?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]