gnome-power-manager r2905 - in trunk: . help po
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r2905 - in trunk: . help po
- Date: Mon, 1 Sep 2008 13:45:59 +0000 (UTC)
Author: rhughes
Date: Mon Sep 1 13:45:59 2008
New Revision: 2905
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=2905&view=rev
Log:
2008-09-01 Richard Hughes <richard hughsie com>
==== Version 2.23.91 ====
Added:
trunk/RELEASE
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/help/ChangeLog
trunk/po/ChangeLog
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Sep 1 13:45:59 2008
@@ -1,3 +1,32 @@
+===============
+Version 2.23.91
+===============
+
+- Fixed #547502, gnome-power-manager won't configure (Gilles Dartiguelongue)
+- Fixed #547766, Crash in gpm_cell_array_update gpm-cell-array.c:273 (Richard Hughes)
+- Fixed #549789, "unknown" battery type untranslated (SeÃn de BÃrca)
+- Fixed #549854, gpm-cell.c not translator friendly (Claude Paroz)
+
+Translations:
+- Updated LINGUAS, sr latin po, sr Latn: Goran Rakic
+- Updated be latin: Ihar Hrachyshka
+- Updated es: Jorge GonzÃlez, Jorge Gonzalez
+- Updated eu: Inaki Larranaga Murgoitio, IÃaki LarraÃaga Murgoitio
+- Updated fi: Ilkka Tuohela
+- Updated fr: Robert-Andrà Mauchin and Claude, Claude Paroz, Robert-Andrà Mauchin and Claude Paroz
+- Updated ga: SeÃn de BÃrca
+- Updated he: Yair Hershkoviz, Yaniv Abir
+- Updated ja: Takeshi AIHANA
+- Updated lt: Gintautas Miliauskas
+- Updated nb: Kjartan Maraas
+- Updated pt: Duarte Loreto
+- Updated pt_BR: FÃbio Nogueira, FÃbio Nogueira and Leonardo Ferreira Fontenelle
+- Updated sv: Daniel Nylander
+- Updated th: Theppitak Karoonboonyanan
+- Updated vi: Nguyán ThÃi Ngác Duy, Clytie Siddall
+- Updated zh_HK: Chao-Hsiung Liao
+- Updated zh_TW: Chao-Hsiung Liao, Hialan Liu
+
==============
Version 2.23.6
==============
@@ -14,7 +43,7 @@
- Updated cs: Pavel ÅefrÃnek, Pavel Sefranek
- Updated es: Jorge GonzÃlez, Jorge Gonzalez
- Updated gl: Ignacio Casal Quinteiro
-- Updated he: Yaniv Abir <yanivabir at gmail dot com>, Yair Hershkoviz
+- Updated he: Yaniv Abir, Yair Hershkoviz
- Updated nb: Kjartan Maraas
- Updated oc: Yannig Marchegay, Yannig Marchegay (Kokoyaya)
- Updated pt_BR: Vladimir Melo, Leonardo Ferreira Fontenelle
Added: trunk/RELEASE
==============================================================================
--- (empty file)
+++ trunk/RELEASE Mon Sep 1 13:45:59 2008
@@ -0,0 +1,49 @@
+Follow http://developer.gnome.org/dotplan/for_maintainers.html and http://live.gnome.org/TwoPointThirteen
+
+â update configure.in, NEWS, ChangeLog (the "==== <version> ====") to the right release
+â Add translators to NEWS: maintainer.py -w -r GNOME_POWER_MANAGER_2_23_6
+â Run "make distcheck", correct any problems encountered (don't forget to update the ChangeLog if you make any changes)
+â Commit all the changes
+â Create a tag:
+
+svn copy \
+svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/branches/gnome-2-22 \
+svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/tags/GNOME_POWER_MANAGER_2_22_1 \
+-m "Tagged for release 2.22.1"
+
+svn copy \
+svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/trunk \
+svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/tags/GNOME_POWER_MANAGER_2_23_6 \
+-m "Tagged for release 2.23.91"
+
+â Copy the resulting tarball to master.gnome.org (scp)
+scp gnome-power-manager-*.tar.gz rhughes master gnome org:
+
+- Install the module on master.gnome.org
+
+ssh rhughes master gnome org
+install-module gnome-power-manager-*.tar.gz
+
+- Do a post-release version bump by updating configure.in
+
+- Update jhbuild modulesets
+
+- Notify gnome-announce-list gnome org, gnome-doc-list gnome org, gnome-i18n gnome org
+
+GNOME Power Manager is a session daemon that makes it easy to manage the
+power on your laptop or desktop system.
+
+This _unstable_ release contains lots of crazy new code since 2.21.1 was released. WARNING, this code may impregnate your cat called Dave and steal all of the magazines from the bathroom.
+
+This stable release contains important fixes since 2.22.1 was released. Distributions should consider upgrading gnome-power-manager via errata packages if possible.
+
+There are a few fixes focused on polishing for the new release.
+
+- Done!
+
+Making a Branch
+===============
+
+svn cp svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/trunk svn+ssh://rhughes svn gnome org/svn/gnome-power-manager/branches/gnome-2-22 -m "Branched for gnome-2-22"
+
+Additionally, gnome-power-manager has branched, with future development work being done in trunk.
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Sep 1 13:45:59 2008
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
-AC_INIT(gnome-power-manager, 2.23.6)
+AC_INIT(gnome-power-manager, 2.23.91)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]