[glom] 1.21.6



commit 86cc09445175b8f2f8bc27ef675d963ba775acfb
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 6 13:17:11 2012 +0100

    1.21.6

 ChangeLog    |    2 ++
 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b9816a9..fee7f5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.6:
+
 2012-03-05  Murray Cumming  <murrayc murrayc com>
 
 	Utils::get_find_where_clause_quick(): Handle an empty value properly.
diff --git a/NEWS b/NEWS
index 895dc10..a8f15aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+1.21.6 (unstable):
+
+* Make auto-increment fields work even if they are not primary keys.
+  (Murray Cumming) Bug #661702
+* Do not hide the database structure if the user does not have view rights,
+  and prevent SQL errors in that case.
+  (Murray Cumming) Bug #669299
+* Allow printing of print layouts from the List view too, to avoid confusion.
+  (Murray Cumming) Bug #670462 (alien)
+* Print Layout: Avoid sometimes over-scaled images.
+  (Murray Cumming) Bug #668901 (alien)
+* Users/Groups:
+  - Example files: Really load the table privileges.
+  - Really prevent changing to developer mode for non-developers.
+    Bug #669043 (alien)
+  - Allow user and group names to have spaces and other special characters.
+    Bug #669012 (alien)
+  - Limit user and group name lengths because PostgreSQL seems to have an
+    (undocumented) limit.
+  - Warn if we cannot get the list of users. Bug #669178 (alien)
+  - Add tests.
+    (Murray Cumming)
+* Button scripts: Check and warn about pygtk2 instead of crashing.
+  (Murray Cumming) Bug #669196 (alien) and ##661766 (Andre Klapper) .
+* ReportBuilder:
+  - Make summary fields work again.
+  - Add error checking.
+  (Murray Cumming) Bug #669281 (alien)
+* Database Preferences: Really store the organization name in the database.
+  (Murray Cumming) Bug #668836 (alien)
+* Field Formatting: Related Choices: Default to showing the primary key
+  (Murray Cumming) Bug #668759#c21 (alien)
+* Choices: Allow the field to be be other than the primary key and do not
+  crash if it is not, or if it is hidden.
+  (Murray Cumming) Bug #668759 (alien).
+* Document: Avoid accumulating old nodes in the XML.
+  (Murray Cumming)
+* Examples: Remove empty group in the Lesson Planner example file.
+  (Ben Konrath) Bug #671263
+* libglom: Glom::Utils::get_find_where_clause_quick(): Handle an empty value properly.
+  (Murray Cumming)
+* Use Gtk::Application and Gtk::ApplicationWindow instead of Gtk::Main.
+  So far this does not change anything whatosever for the user,
+  though --help now doesn't list all options by default.
+  (Murray Cumming)  
+* Windows build fixes (not complete).
+  (Murray Cumming) Bug ##671120 (alien), Bug #670903 (alien)
+
 1.21.5 (unstable):
 
 * Depend on libgda 5.0.3 because we need the GdaNumeric corrections.
diff --git a/configure.ac b/configure.ac
index b516683..c59dcd0 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.21.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.21.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])
@@ -137,7 +137,7 @@ AS_IF([test "x$glom_host_win32" != xyes],
       [REQUIRED_LIBGLOM_LIBS="$REQUIRED_LIBGLOM_LIBS libepc-1.0 >= 0.4.0"])
 
 # Libraries used by Glom:
-REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.0.0 goocanvasmm-2.0 >= 1.90.8  goocanvas-2.0 >= 2.0.1 evince-view-3.0"
+REQUIRED_GLOM_LIBS="$REQUIRED_LIBGLOM_LIBS gtkmm-3.0 >= 3.2.18 goocanvasmm-2.0 >= 1.90.8  goocanvas-2.0 >= 2.0.1 evince-view-3.0"
 
 # 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]