|
[Webware-checkins] r6532 - in Webware/trunk: Docs KidKit/Docs
MiddleKit/Docs PSP/Docs WebKit/Docs bin
From: <updates@we...> - 2007-04-27 00:36
|
Author: chrisz
Date: Thu Apr 26 18:36:15 2007
New Revision: 6532
Added:
Webware/trunk/Docs/RelNotes-0.9.3.phtml
- copied, changed from r6524, /Webware/trunk/Docs/RelNotes-X.Y.phtml
Webware/trunk/Docs/RelNotes-X.Y.phtml
Webware/trunk/KidKit/Docs/RelNotes-0.9.3.phtml
- copied, changed from r6524, /Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/MiddleKit/Docs/RelNotes-0.9.3.phtml
- copied, changed from r6524, /Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/PSP/Docs/RelNotes-0.9.3.phtml
- copied, changed from r6524, /Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml
Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml
Webware/trunk/WebKit/Docs/RelNotes-0.9.3.phtml
- copied, changed from r6524, /Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
Modified:
Webware/trunk/Docs/ReleaseProcedures.phtml
Webware/trunk/bin/setversion.py
Log:
Archived Release Notes of version 0.9.3.
Copied: Webware/trunk/Docs/RelNotes-0.9.3.phtml (from r6524, /Webware/trunk/Docs/RelNotes-X.Y.phtml)
==============================================================================
--- /Webware/trunk/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/Docs/RelNotes-0.9.3.phtml Thu Apr 26 18:36:15 2007
@@ -1,6 +1,6 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
+<% header(name + ' 0.9.3 Release Notes') %>
-<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+<p><% name %> version 0.9.3 released on 04/26/07</p>
<ul>
<li>This release of Webware for Python includes a couple of fixes and
Added: Webware/trunk/Docs/RelNotes-X.Y.phtml
==============================================================================
--- (empty file)
+++ Webware/trunk/Docs/RelNotes-X.Y.phtml Thu Apr 26 18:36:15 2007
@@ -0,0 +1,40 @@
+<% header(name + ' ' + versionString + ' Release Notes') %>
+
+<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+
+<a name="Introduction"></a><h2>Introduction</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MajorChanges"></a><h2>Major Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="NewFeatures"></a><h2>New Features</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Improvements"></a><h2>Improvements and Refinements</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Security"></a><h2>Security</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MinorChanges"></a><h2>Minor API Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Bugfixes"></a><h2>Bugfixes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<% footer() %>
\ No newline at end of file
Modified: Webware/trunk/Docs/ReleaseProcedures.phtml
==============================================================================
--- Webware/trunk/Docs/ReleaseProcedures.phtml (original)
+++ Webware/trunk/Docs/ReleaseProcedures.phtml Thu Apr 26 18:36:15 2007
@@ -111,7 +111,7 @@
[ ] Switch your working copy to the newly created tag:
> svn switch http://svn.w4py.org/Webware/tags/Release-VER
-[ ] Update all version numbers using bin/serversion.py:
+[ ] Update all version numbers using bin/setversion.py:
* Edit bin/setversion.py and set the following parameters:
- version = the version number of this release
- releaseDate = the release date
@@ -184,16 +184,19 @@
* Log into <a href="http://sf.net">sf.net</a>.
* Go to the <a href="https://sourceforge.net/projects/webware/">Webware Project Page</a>
at SourceForge.
- * Click 'Admin' in the top menu bar.
- * Click 'File Releases' in the second menu bar.
+ * Select 'File Releases' from the 'Admin' tab menu.
+ * Click on 'Manage Packages/Releases'
+ * Choose the 'Webware' package for releases only, and use
+ use the 'Webware-devel' package for betas and release candidates
* Proceed to completion, but don't send users notification of
release until final test is performed and the web site is updated.
+ * Make this the primary file for download with 'Edit Download Page'.
+ * Hide older releases and candidates that aren't of interest any more.
* Reference for the above: <a href="http://sf.net/docman/display_doc.php?docid=6445&group_id=1">"Guide to the SourceForge FRS"</a>
- * Download the release from SourceForge and test again.
- * Review the trove categorization and update if necessary
- - Click 'Admin' in the top menu bar.
- - Click 'Public Info' in the second menu bar.
+ * Review the trove categorization and update if necessary:
+ - Select 'Public Info' from the 'Admin' tab menu.
- Click 'Edit Trove Categorization'.
+ * Download the release from SourceForge and test again.
[ ] Publish for download from the http://www.w4py.org web server:
@@ -247,13 +250,13 @@
> tar -xzf ~/Webware-VER.tar.gz
> ln -s Webware-VER Webware
> cd Webware
- > ./install.py
+ > ./install.py --set-password=""
> chmod -R g+w .
* Since you probably did not make changes to the home page
through CVS, you can skip the following step again:
- * Update the HomePage on SourceForge from CVS.
+ * Update the HomePage on SourceForge from CVS:
> cvs -q up -dP
* Verify that the home page changes are correct by browsing to
@@ -315,7 +318,7 @@
Update:
[ ] <a href="http://wiki.python.org/moin/WebProgramming">Web Programming in Python</a>
- [ ] <a href="http://www.python.org/pypi/Webware%20for%20Python/0.9.1">PyPI</a> (aka "Cheese Shop")
+ [ ] <a href="http://www.python.org/pypi/Webware%20for%20Python/">PyPI</a> (aka "Cheese Shop")
[ ] <a href="http://py.vaults.ca">Vaults of Parnassus</a> (currently out of order)
[ ] <a href="http://freshmeat.net">freshmeat.net</a>
Copied: Webware/trunk/KidKit/Docs/RelNotes-0.9.3.phtml (from r6524, /Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml)
==============================================================================
--- /Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/KidKit/Docs/RelNotes-0.9.3.phtml Thu Apr 26 18:36:15 2007
@@ -1,6 +1,6 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
+<% header(name + ' 0.9.3 Release Notes') %>
-<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+<p><% name %> version 0.9.3 released on 04/26/07</p>
<a name="NewFeatures"></a><h2>New Features</h2>
<ul>
Added: Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml
==============================================================================
--- (empty file)
+++ Webware/trunk/KidKit/Docs/RelNotes-X.Y.phtml Thu Apr 26 18:36:15 2007
@@ -0,0 +1,40 @@
+<% header(name + ' ' + versionString + ' Release Notes') %>
+
+<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+
+<a name="Introduction"></a><h2>Introduction</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MajorChanges"></a><h2>Major Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="NewFeatures"></a><h2>New Features</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Improvements"></a><h2>Improvements and Refinements</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Security"></a><h2>Security</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MinorChanges"></a><h2>Minor API Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Bugfixes"></a><h2>Bugfixes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<% footer() %>
\ No newline at end of file
Copied: Webware/trunk/MiddleKit/Docs/RelNotes-0.9.3.phtml (from r6524, /Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml)
==============================================================================
--- /Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/MiddleKit/Docs/RelNotes-0.9.3.phtml Thu Apr 26 18:36:15 2007
@@ -1,6 +1,6 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
+<% header(name + ' 0.9.3 Release Notes') %>
-<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+<p><% name %> version 0.9.3 released on 04/26/07</p>
<a name="Improvements"></a><h2>Improvements and Refinements</h2>
<ul>
Added: Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml
==============================================================================
--- (empty file)
+++ Webware/trunk/MiddleKit/Docs/RelNotes-X.Y.phtml Thu Apr 26 18:36:15 2007
@@ -0,0 +1,40 @@
+<% header(name + ' ' + versionString + ' Release Notes') %>
+
+<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+
+<a name="Introduction"></a><h2>Introduction</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MajorChanges"></a><h2>Major Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="NewFeatures"></a><h2>New Features</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Improvements"></a><h2>Improvements and Refinements</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Security"></a><h2>Security</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MinorChanges"></a><h2>Minor API Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Bugfixes"></a><h2>Bugfixes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<% footer() %>
\ No newline at end of file
Copied: Webware/trunk/PSP/Docs/RelNotes-0.9.3.phtml (from r6524, /Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml)
==============================================================================
--- /Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/PSP/Docs/RelNotes-0.9.3.phtml Thu Apr 26 18:36:15 2007
@@ -1,6 +1,6 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
+<% header(name + ' 0.9.3 Release Notes') %>
-<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+<p><% name %> version 0.9.3 released on 04/26/07</p>
<a name="Bugfixes"></a><h2>Bugfixes</h2>
<ul>
Added: Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml
==============================================================================
--- (empty file)
+++ Webware/trunk/PSP/Docs/RelNotes-X.Y.phtml Thu Apr 26 18:36:15 2007
@@ -0,0 +1,40 @@
+<% header(name + ' ' + versionString + ' Release Notes') %>
+
+<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+
+<a name="Introduction"></a><h2>Introduction</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MajorChanges"></a><h2>Major Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="NewFeatures"></a><h2>New Features</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Improvements"></a><h2>Improvements and Refinements</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Security"></a><h2>Security</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MinorChanges"></a><h2>Minor API Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Bugfixes"></a><h2>Bugfixes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<% footer() %>
\ No newline at end of file
Copied: Webware/trunk/WebKit/Docs/RelNotes-0.9.3.phtml (from r6524, /Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml)
==============================================================================
--- /Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml (original)
+++ Webware/trunk/WebKit/Docs/RelNotes-0.9.3.phtml Thu Apr 26 18:36:15 2007
@@ -1,6 +1,6 @@
-<% header(name + ' ' + versionString + ' Release Notes') %>
+<% header(name + ' 0.9.3 Release Notes') %>
-<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+<p><% name %> version 0.9.3 released on 04/26/07</p>
<a name="Introduction"></a><h2>Introduction</h2>
<p>This release comprises a lot of small bugfixes, changes and cleanup in
Added: Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml
==============================================================================
--- (empty file)
+++ Webware/trunk/WebKit/Docs/RelNotes-X.Y.phtml Thu Apr 26 18:36:15 2007
@@ -0,0 +1,40 @@
+<% header(name + ' ' + versionString + ' Release Notes') %>
+
+<p><% name %> version <% versionString %> released on <% releaseDate %></p>
+
+<a name="Introduction"></a><h2>Introduction</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MajorChanges"></a><h2>Major Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="NewFeatures"></a><h2>New Features</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Improvements"></a><h2>Improvements and Refinements</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Security"></a><h2>Security</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="MinorChanges"></a><h2>Minor API Changes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<a name="Bugfixes"></a><h2>Bugfixes</h2>
+<ul>
+ <li>...</li>
+</ul>
+
+<% footer() %>
\ No newline at end of file
Modified: Webware/trunk/bin/setversion.py
==============================================================================
--- Webware/trunk/bin/setversion.py (original)
+++ Webware/trunk/bin/setversion.py Thu Apr 26 18:36:15 2007
@@ -28,8 +28,8 @@
The version in ReleaseNotes-X.Y.phtml is not set (this will be
done by the installer), but they are renamed to the current version.
- If possible, this is done with "svn move". Exception: If no release
- have been written (ReleaseNotes-X.Y same as ReleaseNotesTemplate)
+ If possible, this is done with "svn move". Exception: If no new notes
+ have been written (i.e. ReleaseNotes-X.Y same as ReleaseNotesTemplate),
they will not be saved, but deleted, if possible, using "svn delete."
If newRelease is True, then a new relase is prepared as follows:
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r6532 - in Webware/trunk: Docs KidKit/Docs MiddleKit/Docs PSP/Docs WebKit/Docs bin | <updates@we...> |