[glabels] More preparation for 3.0 release
- From: Jim Evins <jimevins src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glabels] More preparation for 3.0 release
- Date: Sat, 21 May 2011 14:18:27 +0000 (UTC)
commit 2870c062a7b8dd81da439abda69509a91398d3ac
Author: Jim Evins <evins snaught com>
Date: Mon May 16 11:12:40 2011 -0400
More preparation for 3.0 release
NEWS | 15 +++++++++++++++
libglabels/lgl-xml.h | 2 +-
templates/Makefile.am | 2 +-
templates/ascom-iso-templates.xml | 2 +-
templates/databecker-iso-templates.xml | 3 ++-
templates/dataline-iso-templates.xml | 2 +-
templates/geha-iso-templates.xml | 2 +-
templates/{glabels-2.3.dtd => glabels-3.0.dtd} | 2 +-
templates/hama-iso-templates.xml | 3 ++-
templates/jac-iso-templates.xml | 3 ++-
templates/misc-iso-templates.xml | 2 +-
templates/pearl-iso-templates.xml | 3 ++-
12 files changed, 30 insertions(+), 11 deletions(-)
---
diff --git a/NEWS b/NEWS
index 18be1ea..41661f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+* gLabels 3.0.0 (stable) release. Release date 2011-05-16
+
+- Reorganization of alignment menus
+- Allow glabels-batch to be run outside of windowing system
+- CSV parser now more closely follows RFC 4180
+- Added templates
+- Updated translations:
+ - French (Claude Paroz, Bruno Brouard, Gérard Baylard)
+ - Spanish (Daniel Mustieles)
+ - Japanese (Takayuki KUSANO, Takayoshi OKANO)
+ - Czech (Marek Ä?ernocký)
+ - German (Mario Blättermann)
+ - Dutch (Mario Blättermann, Hannie Dumoleyn)
+
+
* gLabels 2.3.1 (unstable) release. Release date 2011-01-03
- Migrated to GNOME 3 platform
diff --git a/libglabels/lgl-xml.h b/libglabels/lgl-xml.h
index c4ed693..9e7f1dd 100644
--- a/libglabels/lgl-xml.h
+++ b/libglabels/lgl-xml.h
@@ -26,7 +26,7 @@
#include "lgl-units.h"
-#define LGL_XML_NAME_SPACE "http://glabels.org/xmlns/2.3/"
+#define LGL_XML_NAME_SPACE "http://glabels.org/xmlns/3.0/"
G_BEGIN_DECLS
diff --git a/templates/Makefile.am b/templates/Makefile.am
index b3db712..c14ece9 100644
--- a/templates/Makefile.am
+++ b/templates/Makefile.am
@@ -3,7 +3,7 @@
dtddir = $(datadir)/$(LIBGLABELS_BRANCH)/dtd
dtd_DATA = \
- glabels-2.3.dtd
+ glabels-3.0.dtd
templatesdir = $(datadir)/$(LIBGLABELS_BRANCH)/templates
diff --git a/templates/ascom-iso-templates.xml b/templates/ascom-iso-templates.xml
index ebad103..57534cf 100644
--- a/templates/ascom-iso-templates.xml
+++ b/templates/ascom-iso-templates.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ************************* -->
<!-- -->
diff --git a/templates/databecker-iso-templates.xml b/templates/databecker-iso-templates.xml
index 41a6da6..1c2d87f 100644
--- a/templates/databecker-iso-templates.xml
+++ b/templates/databecker-iso-templates.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- =================================================================== -->
<!-- DATA BECKER: Business Cards, 50 x 90 mm, 10 per sheet -->
diff --git a/templates/dataline-iso-templates.xml b/templates/dataline-iso-templates.xml
index 0c15839..758b2ae 100644
--- a/templates/dataline-iso-templates.xml
+++ b/templates/dataline-iso-templates.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ************************* -->
<!-- -->
diff --git a/templates/geha-iso-templates.xml b/templates/geha-iso-templates.xml
index e6cb3ab..b6ecd31 100644
--- a/templates/geha-iso-templates.xml
+++ b/templates/geha-iso-templates.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ************************* -->
<!-- -->
diff --git a/templates/glabels-2.3.dtd b/templates/glabels-3.0.dtd
similarity index 99%
rename from templates/glabels-2.3.dtd
rename to templates/glabels-3.0.dtd
index 5678dd1..5e74553 100644
--- a/templates/glabels-2.3.dtd
+++ b/templates/glabels-3.0.dtd
@@ -1,5 +1,5 @@
<!--
- glabels-2.3.dtd
+ glabels-3.0.dtd
This file is a part of the glabels template database.
diff --git a/templates/hama-iso-templates.xml b/templates/hama-iso-templates.xml
index d10d819..de2153e 100644
--- a/templates/hama-iso-templates.xml
+++ b/templates/hama-iso-templates.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ******************************************************************** -->
<!-- Hama products. -->
diff --git a/templates/jac-iso-templates.xml b/templates/jac-iso-templates.xml
index 5977b45..7f5e4f1 100644
--- a/templates/jac-iso-templates.xml
+++ b/templates/jac-iso-templates.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ******************************************************************** -->
<!-- JAC products. -->
diff --git a/templates/misc-iso-templates.xml b/templates/misc-iso-templates.xml
index 76fe0cc..4815e0a 100644
--- a/templates/misc-iso-templates.xml
+++ b/templates/misc-iso-templates.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ******************************************************************** -->
diff --git a/templates/pearl-iso-templates.xml b/templates/pearl-iso-templates.xml
index d8cce04..6b8c6a5 100644
--- a/templates/pearl-iso-templates.xml
+++ b/templates/pearl-iso-templates.xml
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
-<Glabels-templates xmlns="http://glabels.org/xmlns/2.3/">
+
+<Glabels-templates xmlns="http://glabels.org/xmlns/3.0/">
<!-- ******************************************************************** -->
<!-- PEARL products -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]