[glom/glom-1-20] 1.20.1



commit fb689046c5e57c81de99fd8ca29907d34d03fca3
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 29 13:13:35 2011 +0100

    1.20.1

 ChangeLog    |   12 +++++++-----
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4412703..930382f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
+1.20.1:
+
 2011-11-29  Murray Cumming  <murrayc murrayc com>
 
 	test_document_change: Test a little more API.
 
 	* tests/test_document_change.cc: Add a table and test some API that uses it.
-  We could do much more here.
+	We could do much more here.
 
 2011-11-29  Murray Cumming  <murrayc murrayc com>
 
@@ -16,11 +18,11 @@
 	LayoutGroup: Add a more useful remove_field().
 
 	* glom/libglom/data_structure/layout/layoutgroup.[h|cc]:
-  Add a remove_field(parent_table_name, table_name, field_name) method overload,
-  deprecating the existing method overloads.
+	Add a remove_field(parent_table_name, table_name, field_name) method overload,
+	deprecating the existing method overloads.
 	* glom/libglom/document/document.cc: Adapt.
 	* tests/test_document_load_and_change.cc: Test a different example,
-  so we can check for a related field on a layout.
+	so we can check for a related field on a layout.
 
 2011-11-29  Murray Cumming  <murrayc murrayc com>
 
@@ -35,7 +37,7 @@
 	test_document_load: Check that a field is on a layout.
 
 	* glom/libglom/data_structure/layout/layoutgroup.[h|cc]:
-  Added has_field() that can find a related field.
+	Added has_field() that can find a related field.
 	* tests/test_document_load.cc: Check that an expected field is found on
 	the layout.
 
diff --git a/configure.ac b/configure.ac
index 650480f..fbbc469 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.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.20.1],[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]