[glom] 1.21.3



commit b55aa079f64393d3c33a8aecac1c09dd590bf1bb
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Jan 17 12:21:58 2012 +0100

    1.21.3

 ChangeLog    |    2 ++
 NEWS         |    7 +++++++
 configure.ac |    2 +-
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fa9c98c..a032913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.21.3:
+
 2012-01-16  Murray Cumming  <murrayc murrayc com>
 
 	Avoid repetitive Application::get_current_locale() calls.
diff --git a/NEWS b/NEWS
index 23df763..d2f26e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.21.3 (unstable):
+
+* libglom: TranslatableItem: Require the caller to provide the locale to 
+  get_title() instead of calling the static set_current_locale() method
+  (now removed). This allows Online Glom to use translations, and it is 
+  generally good to avoid the static data.
+  
 1.21.2 (unstable):
 
 * Field choices:
diff --git a/configure.ac b/configure.ac
index b68d15b..875c281 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.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.21.3],[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]