[glom] 1.21.2



commit c584ddf06b7fc666f8bdaed946a8feeafe5eb063
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Jan 11 18:16:24 2012 +0100

    1.21.2

 ChangeLog    |    2 ++
 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aa21972..4b76343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.2:
+
 2012-01-11  Murray Cumming  <murrayc murrayc com>
 
 	Fix make distcheck.
diff --git a/NEWS b/NEWS
index 91c062e..23df763 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+1.21.2 (unstable):
+
+* Field choices:
+  - Allow custom (not related) choices to be translated,
+  with only the original text being stored in the database.
+  This only happens when the choices are restricted, at least for now.
+  - Use the appropriate type of data for choices. rather than, for instance,
+  forcing German users to see (and store) 1.99 EUR instead of 1,99 EUR.
+* Translations:
+  - Offer non-country locales, such as de, instead of only de_DE, de_AT, etc.
+  - Default to the first locale in the list, instead of none.
+* Added command-line utilities to help with translation via po files:
+  glom_export_po, glom_import_po, glom_export_po_all.
+* Build: Added several more tests, including tests of the translation system
+  and of the iso-codes XML files parsing.
+
 1.21.1 (unstable):
 
 * Details: Foreign key ID fields: Add a New button next to 
diff --git a/configure.ac b/configure.ac
index 140a26e..b68d15b 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.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.21.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]