[releng] Add Feature Implementation Freeze as discussed in https://mail.gnome.org/archives/desktop-devel-list
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] Add Feature Implementation Freeze as discussed in https://mail.gnome.org/archives/desktop-devel-list
- Date: Mon, 10 Oct 2011 16:11:46 +0000 (UTC)
commit adf6cca92312a29f96b86cdd7e1a4ab88bda27e8
Author: Andre Klapper <a9016009 gmx de>
Date: Mon Oct 10 18:11:39 2011 +0200
Add Feature Implementation Freeze as discussed in https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00178.html
tools/schedule/3.4.schedule | 2 +-
tools/schedule/libschedule.py | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/schedule/3.4.schedule b/tools/schedule/3.4.schedule
index 8d10a2d..b5bb1c9 100644
--- a/tools/schedule/3.4.schedule
+++ b/tools/schedule/3.4.schedule
@@ -20,7 +20,7 @@ newstable:3.4
16:freeze:ui-announcement
16:release:unstable.4
19:freeze:api
-#19:freeze:feature2
+19:freeze:feature2
19:release:unstable.5
21:task:api-doc
21:task:release-notes-start
diff --git a/tools/schedule/libschedule.py b/tools/schedule/libschedule.py
index 41b2c58..e994b8e 100755
--- a/tools/schedule/libschedule.py
+++ b/tools/schedule/libschedule.py
@@ -40,8 +40,8 @@ class GnomeReleaseEvent:
'ui-announcement': 'UI Change Announcement Period: All user interface changes must be announced to [[http://mail.gnome.org/mailman/listinfo/gnome-doc-list|gnome-doc-list ]] ',
'api': '[[ReleasePlanning/Freezes|API/ABI Freeze]] for $unstable.x: developer APIs should be frozen at this point.',
'module': '[[ReleasePlanning/Freezes|Module Freeze]]: new modules are chosen now.',
- 'feature': '[[ReleasePlanning/Freezes|Feature and Module Freeze]]: new modules and functionality are chosen now.',
- 'feature2': '[[ReleasePlanning/Freezes|Feature Freeze]]: new functionality is chosen now.',
+ 'feature': '[[ReleasePlanning/Freezes|Feature and Module Freeze]]: new system-wide functionality and modules are chosen now.',
+ 'feature2': '[[ReleasePlanning/Freezes|Feature Freeze]]: new functionality is implemented now.',
'ui': '[[ReleasePlanning/Freezes|UI Freeze]]: No UI changes may be made without approval from the [[http://mail.gnome.org/mailman/listinfo/release-team|release-team]] and notification to the GDP ([[http://mail.gnome.org/mailman/listinfo/gnome-doc-list|gnome-doc-list ]])',
'string': '[[ReleasePlanning/Freezes|String Freeze]]: no string changes may be made without confirmation from the l10n team ([[http://mail.gnome.org/mailman/listinfo/gnome-i18n|gnome-i18n ]]) and notification to both the release team and the GDP ([[http://mail.gnome.org/mailman/listinfo/gnome-doc-list|gnome-doc-list ]]).',
'hard-code': '[[ReleasePlanning/Freezes|Hard Code Freeze]]: no source code changes can be made without approval from the [[http://mail.gnome.org/mailman/listinfo/release-team|release-team]]. Translation and documentation can continue.',
@@ -75,7 +75,7 @@ class GnomeReleaseEvent:
'api': 'API/ABI Freeze',
'module': 'Module Freeze',
'feature': 'Feature and Module Freeze',
- 'feature2': 'Feature Freeze',
+ 'feature2': 'Feature Addition Freeze',
'ui': 'UI Freeze',
'string': 'String Freeze',
'hard-code': 'Hard Code Freeze',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]