[glom/glom-1-20] 1.20.2



commit 36366cb9c889e9ce6c204c7efdac175da9215fa0
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 13 11:31:30 2011 +0100

    1.20.2

 ChangeLog    |   12 +++++++-----
 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index c06bb7e..ec9020f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.20.2:
+
 2011-12-13  Murray Cumming  <murrayc murrayc com>
 
 	Correct parsing of example data.
@@ -23,7 +25,7 @@
 
 2011-12-12  Murray Cumming  <murrayc murrayc com>
 
-	Small fix to epository_analyzer_begin_scan example script.
+	Small fix to repository_analyzer_begin_scan example script.
 
 	* examples/example_scripts/repository_analyzer_begin_scan.py:
 	Remove the global variables, used for debugging, because recent versions of 
@@ -129,14 +131,14 @@
 	DbUtils::recreate_database_from_document(): Create groups too.
 
 	* glom/libglom/db_utils.[h|cc]: recreate_database_from_document():
-  Also call add_groups_from_document().
+	Also call add_groups_from_document().
 
 2011-12-02  Murray Cumming  <murrayc murrayc com>
 
 	test_document_load: Test some navigation utility functions.
 
 	* glom/libglom/data_structure/layout/layoutgroup.cc: get_items_recursive():
-  Return the child groups as well as their items.
+	Return the child groups as well as their items.
 	* tests/test_document_load.cc:
 	Test DbUtils::layout_field_should_have_navigation() and 
 	LayoutItem_Portal::get_suitable_table_to_view_details().
@@ -160,7 +162,7 @@
 
 2011-11-30  Murray Cumming  <murrayc murrayc com>
 
-  test_document_load_and_change: Test renaming and removing of tables.
+	test_document_load_and_change: Test renaming and removing of tables.
 
 	* tests/test_document_load_and_change.cc: This also checks that relationships
 	are update when a table is renamed.
@@ -196,7 +198,7 @@
 	test_document_load: Test field formatting.
 
 	* tests/test_document_load.cc: Also use a different example, to
-  widen the range of examples that we test.
+	widen the range of examples that we test.
 
 1.20.1:
 
diff --git a/NEWS b/NEWS
index c43f357..9f154be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+1.20.2 (stable):
+
+* Correct parsing of quotes in example data.
+* ComboBoxes: Work around GtkComboBoxText bug #612396.
+  This fixes the Users/Groups dialogs and the Script Library dialog.
+* libglom: DbUtils::recreate_database_from_document():
+  Create groups and set table privileges too.
+* More tests.
+
 1.20.1 (stable):
 
 * Avoid some unnecessary stdout warnings.
diff --git a/configure.ac b/configure.ac
index fbbc469..f866c89 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.20.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.20.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
 AC_PREREQ(2.63)
 
 AC_CONFIG_SRCDIR([glom/main.cc])



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