From 2870c062a7b8dd81da439abda69509a91398d3ac Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Mon, 16 May 2011 11:12:40 -0400 Subject: [PATCH] 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(-) rename templates/{glabels-2.3.dtd => glabels-3.0.dtd} (99%) diff --git a/NEWS b/NEWS index 18be1ea2..41661f1a 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 c4ed693b..9e7f1dd2 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 b3db712a..c14ece94 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 ebad1039..57534cfa 100644 --- a/templates/ascom-iso-templates.xml +++ b/templates/ascom-iso-templates.xml @@ -1,6 +1,6 @@ - + diff --git a/templates/databecker-iso-templates.xml b/templates/databecker-iso-templates.xml index 41a6da6f..1c2d87f2 100644 --- a/templates/databecker-iso-templates.xml +++ b/templates/databecker-iso-templates.xml @@ -1,5 +1,6 @@ - + + diff --git a/templates/dataline-iso-templates.xml b/templates/dataline-iso-templates.xml index 0c158391..758b2ae8 100644 --- a/templates/dataline-iso-templates.xml +++ b/templates/dataline-iso-templates.xml @@ -1,6 +1,6 @@ - + diff --git a/templates/geha-iso-templates.xml b/templates/geha-iso-templates.xml index e6cb3abe..b6ecd310 100644 --- a/templates/geha-iso-templates.xml +++ b/templates/geha-iso-templates.xml @@ -1,6 +1,6 @@ - + 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 5678dd1d..5e745535 100644 --- a/templates/glabels-2.3.dtd +++ b/templates/glabels-3.0.dtd @@ -1,5 +1,5 @@ diff --git a/templates/jac-iso-templates.xml b/templates/jac-iso-templates.xml index 5977b456..7f5e4f16 100644 --- a/templates/jac-iso-templates.xml +++ b/templates/jac-iso-templates.xml @@ -1,5 +1,6 @@ - + + diff --git a/templates/misc-iso-templates.xml b/templates/misc-iso-templates.xml index 76fe0ccd..4815e0a2 100644 --- a/templates/misc-iso-templates.xml +++ b/templates/misc-iso-templates.xml @@ -1,6 +1,6 @@ - + diff --git a/templates/pearl-iso-templates.xml b/templates/pearl-iso-templates.xml index d8cce04e..6b8c6a58 100644 --- a/templates/pearl-iso-templates.xml +++ b/templates/pearl-iso-templates.xml @@ -1,5 +1,6 @@ - + + -- 2.39.5