summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2005-10-04 02:35:29 +0000
committerDavyd Madeley <davyd@src.gnome.org>2005-10-04 02:35:29 +0000
commit53fa00c65edee75f802703398524d40c7e9cb4b0 (patch)
tree70815f2e147d94a7788d2736dec0bce381e4fb6f
parentb3a7de413598de8c08e5b9f1a8b93e802da25562 (diff)
release GNOME-Applets 2.12.1GNOME_APPLETS_2_12_1
2005-10-04 Davyd Madeley <davyd@madeley.id.au> * NEWS: * configure.in: release GNOME-Applets 2.12.1
-rw-r--r--ChangeLog5
-rw-r--r--NEWS42
-rw-r--r--configure.in2
3 files changed, 47 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 84d57fa66..41dd455f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-10-04 Davyd Madeley <davyd@madeley.id.au>
+ * NEWS:
+ * configure.in: release GNOME-Applets 2.12.1
+
+2005-10-04 Davyd Madeley <davyd@madeley.id.au>
+
* HACKING:
* MAINTAINERS:
* README.CVS:
diff --git a/NEWS b/NEWS
index a02681f19..e925801bf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
-Changes in GNOME-Aplets 2.12.0
+Changes in GNOME-Applets 2.12.1
+================================
+"Lies, Damn Lies and Statistics"
+
+This is the first maintainance release of GNOME Applets for stable consumption.
+It contains only fixes and translations. GNOME-Applets will branch for
+development after this release.
+
+Fixes:
+ - Build fixes for Cygwin (Cygwin Team)
+ - Add figures to tarball (Ryan Lortie)
+ - Drivemount: correctly fall back to volume activation URI (James Henstridge)
+ - Drivemount: ensure button relief is set on newly-created drives (Ryan Lortie)
+ - GSwitchIt: small polish, improvement for plugins (Sergey Udaltsov)
+ - GTik: Properly escape stock symbols (Ryan Lortie)
+ - Gtik: report 3 digits as upstream does (Ryan Lortie)
+ - Gtik: clean ups, remove strtok() (Ryan Lortie)
+ - "Maintainer stuff" (Davyd Madeley)
+ - Mixer: fix rounding errors for setting new volume (Ronald S. Bultje)
+
+Documentation:
+ - charpick/it (Luca Ferretti)
+ - charpick/pt_BR (Pedro de Medeiros)
+ - gweather/uk (Maxim Dziumanenko)
+ - gweather/es (Francisco Javier F. Serrador)
+ - mini-commander/pt_BR (Pedro de Medeiros)
+ - trashapplet/it (Luca Ferretti)
+
+Translations:
+ - it (Alessio Frusciante, Luca Ferretti)
+ - gl (Ignacio Casal Quinteiro)
+ - zh_TW (Chao-Hsiung Liao)
+ - bg (Yavor Doganov)
+ - bn (Mahay Alam Khan)
+ - vi (Clytie Siddall)
+ - eu (Inaki Larranaga)
+ - de (Frank Arnold)
+ - ja (Takeshi AIHANA)
+ - fi (Ilkka Tuohela)
+
+Changes in GNOME-Applets 2.12.0
================================
"Gilded Stars and Zealous Hearts"
diff --git a/configure.in b/configure.in
index 9429ff3eb..f506f6d85 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(drivemount/drivemount.c)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gnome-applets, 2.12.0)
+AM_INIT_AUTOMAKE(gnome-applets, 2.12.1)
AM_MAINTAINER_MODE