From 2c6f4ad2ae25e3feb6bec338a727689663479fbf Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Wed, 2 Jan 2008 02:29:47 +0000 Subject: [PATCH] 2008-01-01 Jim Evins * NEWS: * configure.in: * glabels.spec.in: Reconcile with 2.2 branch. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@719 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/ChangeLog | 8 ++++++++ glabels2/NEWS | 23 ++++++++++++++++++++++- glabels2/configure.in | 4 ++-- glabels2/glabels.spec.in | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) diff --git a/glabels2/ChangeLog b/glabels2/ChangeLog index 1177cf67..44829127 100644 --- a/glabels2/ChangeLog +++ b/glabels2/ChangeLog @@ -1,3 +1,11 @@ +2008-01-01 Jim Evins + + * NEWS: + * configure.in: + * glabels.spec.in: + Reconcile with 2.2 branch. + + 2007-12-21 Jim Evins * COPYING.LIBGLABELS: diff --git a/glabels2/NEWS b/glabels2/NEWS index a29d75d3..95254c58 100644 --- a/glabels2/NEWS +++ b/glabels2/NEWS @@ -1,9 +1,30 @@ +* gLabels 2.2.0 (stable) release. Release date 2007-12-26 + +- Migrated from EggRecent to GtkRecentManager +- Migrated from libgnomeprint to GtkPrintOperation and Cairo. +- Migrated from libgnomeprint to Pango for text layout. +- Migrated GnomeDruid to GtkAssistant for template designer. +- Migrated from GnomeCanvas to Cairo. +- Removed all deprecated widgets as of Gnome-2.16/Gtk-2.10. +- Added categorization of templates and an updated New Label dialog. +- New label dialog now allows selection of recently used templates +- Removed splash screen. +- Added initial support for datamatrix 2D barcodes. +- Added support for Brazilian CEPNet barcodes. +- Added shadow attribute to label objects. +- New merge backend for evolution data server (Austin Henry) +- Various bug fixes. +- New templates. + + * gLabels 2.1.5 (unstable) release. Release date 2007-12-09. + - New label dialog now allows selection of recently used templates - Store brand and part number as separate fields in templates - Major cleanup of libglabels API and documentation - Minor bug fixes (and probably some new bugs). + * gLabels 2.1.4 (unstable) release. Release date 2007-08-17. - Added categorization of templates and an updated New Label dialog. @@ -16,7 +37,7 @@ - Removed splash screen. - Added support for Brazilian CEPNet barcodes. - Updated French translation (Claude Paroz) -- New Experanto translation (Antonio C. Codazzi) +- New Esperanto translation (Antonio C. Codazzi) - Minor bug fixes (and probably some new bugs). - New templates. diff --git a/glabels2/configure.in b/glabels2/configure.in index cd042c30..2b263ab3 100644 --- a/glabels2/configure.in +++ b/glabels2/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(glabels, 2.pre2svn, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116) +AC_INIT(glabels, 2.3.pre0svn, http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116) AC_CONFIG_SRCDIR(src/glabels.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -40,7 +40,7 @@ dnl 5. If any interfaces have been added since the last public release, then inc dnl 6. If any interfaces have been removed since the last public release, then set age dnl to 0. LIBGLABELS_C=5 -LIBGLABELS_R=0 +LIBGLABELS_R=1 LIBGLABELS_A=0 LIBGLABELS_VERSION_INFO=${LIBGLABELS_C}:${LIBGLABELS_R}:${LIBGLABELS_A} diff --git a/glabels2/glabels.spec.in b/glabels2/glabels.spec.in index 0c737637..6050b0d6 100644 --- a/glabels2/glabels.spec.in +++ b/glabels2/glabels.spec.in @@ -71,7 +71,7 @@ fi %files -f %{name}.lang %defattr(-, root, root) -%doc README COPYING COPYING-DOCS COPYING.LIBGLABELS ChangeLog NEWS AUTHORS INSTALL +%doc README COPYING.README_FIRST COPYING COPYING-DOCS COPYING-LIBGLABELS ChangeLog NEWS AUTHORS INSTALL %doc %{_datadir}/gnome/help/glabels/ %{_bindir}/glabels %{_bindir}/glabels-batch -- 2.39.5