[glom] Increase version.



commit 109a8d434e071d2dbc5a745516a41444c88dc1c2
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Dec 13 12:27:25 2011 +0100

    Increase version.

 NEWS         |    9 +++++++++
 configure.ac |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
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 9cd1b1e..658491a 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]