[svn:parrot] r38248 - in trunk: . docs docs/project ports/fedora ports/suse tools/util

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Apr 21 19:21:14 UTC 2009


Author: fperrad
Date: Tue Apr 21 19:21:12 2009
New Revision: 38248
URL: https://trac.parrot.org/parrot/changeset/38248

Log:
[release] Changes to prepare for 1.1 release.

Modified:
   trunk/CREDITS
   trunk/ChangeLog
   trunk/MANIFEST.generated
   trunk/META.yml
   trunk/README
   trunk/RESPONSIBLE_PARTIES
   trunk/VERSION
   trunk/docs/parrothist.pod
   trunk/docs/project/release_manager_guide.pod
   trunk/ports/fedora/parrot.spec.fedora
   trunk/ports/suse/parrot.spec.suse
   trunk/tools/util/release.json

Modified: trunk/CREDITS
==============================================================================
--- trunk/CREDITS	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/CREDITS	Tue Apr 21 19:21:12 2009	(r38248)
@@ -353,6 +353,7 @@
 D: language Lua
 D: language WMLScript (PIR translator)
 D: Pipp
+D: Release manager for 1.1.0
 
 N: Garrett Rooney
 D: Fix typo in PARROT_BIGENDIAN case

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/ChangeLog	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1,5 +1,9 @@
 #1 $Id$
 
+2009.04.21    fperrad
+	* Released 1.1.0
+	See NEWS for more.
+
 2009.03.17    allison
 	* Released 1.0.0
 	See NEWS for more.

Modified: trunk/MANIFEST.generated
==============================================================================
--- trunk/MANIFEST.generated	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/MANIFEST.generated	Tue Apr 21 19:21:12 2009	(r38248)
@@ -2,10 +2,10 @@
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
 # Please re-sort this file after *EVERY* modification
-blib/lib/libparrot.1.0.0.dylib                    [main]lib
+blib/lib/libparrot.1.1.0.dylib                    [main]lib
 blib/lib/libparrot.a                              [main]lib
 blib/lib/libparrot.dylib                          [main]lib
-blib/lib/libparrot.so.1.0.0                       [main]lib
+blib/lib/libparrot.so.1.1.0                       [main]lib
 blib/lib/libparrot.so                             [main]lib
 compilers/json/JSON/grammar.pbc                   [json]
 compilers/json/JSON.pbc                           [json]

Modified: trunk/META.yml
==============================================================================
--- trunk/META.yml	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/META.yml	Tue Apr 21 19:21:12 2009	(r38248)
@@ -4,7 +4,7 @@
 # See http://module-build.sourceforge.net/META-spec-current.html for details.
 ---
 name: parrot
-version: 1.0.0
+version: 1.1.0
 author: parrot-dev at lists.parrot.org
 abstract: a virtual machine designed for dynamic languages
 license: artistic2

Modified: trunk/README
==============================================================================
--- trunk/README	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/README	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1,4 +1,4 @@
-This is Parrot, version 1.0.0
+This is Parrot, version 1.1.0
 ------------------------------
 
 Parrot is Copyright (C) 2001-2009, Parrot Foundation.

Modified: trunk/RESPONSIBLE_PARTIES
==============================================================================
--- trunk/RESPONSIBLE_PARTIES	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/RESPONSIBLE_PARTIES	Tue Apr 21 19:21:12 2009	(r38248)
@@ -24,6 +24,7 @@
                                 Will Coleda
                                 Andrew Whitworth
                                 Klaas-Jan Stol
+                                Francois Perrad
 
 Metacommitter                   Allison Randal
                                 Jerry Gay

Modified: trunk/VERSION
==============================================================================
--- trunk/VERSION	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/VERSION	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1 +1 @@
-1.0.0
+1.1.0

Modified: trunk/docs/parrothist.pod
==============================================================================
--- trunk/docs/parrothist.pod	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/docs/parrothist.pod	Tue Apr 21 19:21:12 2009	(r38248)
@@ -10,7 +10,8 @@
 
 Simon Cozens, Jeff Goff, Steve Fink, Leo Toetsch, Chip Salzenberg, Jerry Gay,
 Patrick Michaud, Will Coleda, Matt Diephouse, chromatic, Allison Randal,
-Jonathan Worthington, Bob Rogers, Bernhard Schmalhofer, Andrew Whitworth.
+Jonathan Worthington, Bob Rogers, Bernhard Schmalhofer, Andrew Whitworth,
+Francois Perrad.
 
 
 =head1 THE RECORDS
@@ -89,4 +90,6 @@
 
  Allison     1.0.0          2009-Mar-17     "Haru Tatsu"
 
+ Francois    1.1.0          2009-Apr-21     "Half-moon Conure"
+
 =cut

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/docs/project/release_manager_guide.pod	Tue Apr 21 19:21:12 2009	(r38248)
@@ -347,7 +347,6 @@
 The starred releases are Parrot's twice-yearly supported releases, see
 F<docs/project/support_policy.pod>.
 
- - April 21, 2009    - 1.1  - fperrad
  - May 19, 2009      - 1.2  - tewk
  - June 16, 2009     - 1.3  - whiteknight
  - July 21, 2009     - 1.4* - cotto

Modified: trunk/ports/fedora/parrot.spec.fedora
==============================================================================
--- trunk/ports/fedora/parrot.spec.fedora	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/ports/fedora/parrot.spec.fedora	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1,5 +1,5 @@
 Name:           parrot
-Version:        1.0.0
+Version:        1.1.0
 Release:        1%{dist}
 Summary:        Parrot Virtual Machine
 License:        Artistic 2.0
@@ -144,6 +144,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Apr 21 2009 Francois Perrad <francois.perrad at gadz.org> 1.1.0
+- updated to 1.1.0
+
 * Tue Mar 17 2009 Allison Randal <allison at parrot.org> 1.0.0
 - updated to 1.0.0
 

Modified: trunk/ports/suse/parrot.spec.suse
==============================================================================
--- trunk/ports/suse/parrot.spec.suse	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/ports/suse/parrot.spec.suse	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1,5 +1,5 @@
 Name:           parrot
-Version:        1.0.0
+Version:        1.1.0
 Release:        1%{dist}
 Summary:        Parrot Virtual Machine
 License:        Artistic 2.0
@@ -144,6 +144,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Tue Apr 21 2009 Francois Perrad <francois.perrad at gadz.org> 1.1.0
+- updated to 1.1.0
+
 * Tue Mar 17 2009 Allison Randal <allison at parrot.org> 1.0.0
 - updated to 1.0.0
 

Modified: trunk/tools/util/release.json
==============================================================================
--- trunk/tools/util/release.json	Tue Apr 21 19:07:13 2009	(r38247)
+++ trunk/tools/util/release.json	Tue Apr 21 19:21:12 2009	(r38248)
@@ -1,9 +1,9 @@
 {
-    "release.version"  : "1.0.0",
-    "release.name"     : "Haru Tatsu",
+    "release.version"  : "1.1.0",
+    "release.name"     : "Half-moon Conure",
     "release.day"      : "Tuesday",
-    "release.date"     : "17 March 2009",
-    "release.nextdate" : "21 April 2009",
+    "release.date"     : "21 April 2009",
+    "release.nextdate" : "19 May 2009",
 
     "web.root"         : "http://parrot.org/",
     "web.source"       : "download",
@@ -11,13 +11,13 @@
     "web.repository"   : "https://svn.parrot.org/parrot/trunk/",
 
     "bugday.day"       : "Saturday",
-    "bugday.date"      : "18 Mar 2009",
+    "bugday.date"      : "16 May 2009",
 
     "wiki.root"        : "https://trac.parrot.org/parrot/wiki/",
-    "wiki.bugday"      : "bug_day_2009_04_18",
+    "wiki.bugday"      : "bug_day_2009_05_16",
 
     "cpan.search"      : "http://search.cpan.org/dist/parrot",
-    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/stable/1.0.0/",
+    "ftp.path"         : "ftp://ftp.parrot.org/pub/parrot/releases/stable/1.1.0/",
     "subversion.root"  : "http://subversion.tigris.org/",
     "svk.root"         : "http://svk.bestpractical.com/"
 }


More information about the parrot-commits mailing list