[glom] 1.23.1



commit bed89e902f156f026d56e030dfb8c4aa31cc6be6
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 19 10:25:50 2012 +0100

    1.23.1

 ChangeLog    |    2 ++
 NEWS         |   18 ++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bc162a4..827de40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.23.1:
+
 2012-11-19  Murray Cumming  <murrayc murrayc com>
 
 	Import example .po translations into the examples.
diff --git a/NEWS b/NEWS
index aeb6745..f9f8ce5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+1.23.1 (unstable):
+
+* Document:
+  - Save static image data as a child text node, not an attribute.
+  - Save image data (example data or static images) in base64 format,
+    instead of the GDA format.
+  (Murray Cumming)
+* Export to po files:
+  - Also export static text items, and print layouts.
+  - Avoid duplicates.
+    (Murray Cumming)
+* Examples: Add a static image item to the Project Manager example.
+  This is just so that the feature gets some testing.
+  (Murray Cumming)
+* Tests: Add new tests using GdkPixbufLoader to check that we can interpret
+	image data as an image.
+  (Murray Cumming)
+
 1.22.1 (stable):
 
 * Self hosting:
diff --git a/configure.ac b/configure.ac
index e33776a..6224bff 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.22.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=Glom],[glom])
+AC_INIT([Glom],[1.23.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]