ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zope-checkins
zope-checkins
[Zope-Checkins] SVN: Zope/branches/2.12/ 2.12.1
by Andreas Jung other posts by this author
Nov 1 2009 4:38AM messages near this date
[Zope-Checkins] SVN: Zope/tags/2.12.1/ 'creating tag svn+ssh://andreasjung@svn.zope.org/repos/main/Zope/tags/2.12.1 from svn+ssh://andreasjung@svn.zope.org/repos/main/Zope/branches/2.12' | [Zope-Checkins] SVN: Zope/branches/2.10/ backport support for testing against storages other than `DemoStorage` (r80357:80358) from Zope 2.11
Log message for revision 105412:
  2.12.1
  

Changed:
  U   Zope/branches/2.12/doc/CHANGES.rst
  U   Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
  U   Zope/branches/2.12/inst/versions.py

-=-
Modified: Zope/branches/2.12/doc/CHANGES.rst
===================================================================
--- Zope/branches/2.12/doc/CHANGES.rst	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/doc/CHANGES.rst	2009-11-01 12:38:46 UTC (rev 105412)
@@ -5,7 +5,7 @@
 Change information for previous versions of Zope can be found in the
 file HISTORY.txt.
 
-Zope 2.12.1 (unreleased)
+Zope 2.12.1 (2009/11/02)
 ------------------------
 
 Bugs Fixed

Modified: Zope/branches/2.12/inst/WinBuilders/mk/zope.mk
===================================================================
--- Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/inst/WinBuilders/mk/zope.mk	2009-11-01 12:38:46 UTC (rev 105412)
@@ -1,4 +1,4 @@
-ZOPEVERSION = 2.12.0-final
+ZOPEVERSION = 2.12.1-final
 ZOPEDIRNAME := Zope-$(ZOPEVERSION)
 
 ZOPE_REQUIRED_FILES=tmp/$(ZOPEDIRNAME).tgz

Modified: Zope/branches/2.12/inst/versions.py
===================================================================
--- Zope/branches/2.12/inst/versions.py	2009-10-31 17:14:20 UTC (rev 105411)
+++ Zope/branches/2.12/inst/versions.py	2009-11-01 12:38:46 UTC (rev 105412)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.12'
-ZOPE_MINOR_VERSION  = '0'
+ZOPE_MINOR_VERSION  = '1'
 ZOPE_BRANCH_NAME    = '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@[...].org
https://mail.zope.org/mailman/listinfo/zope-checkins

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved