Navigation Menu

Skip to content

Commit

Permalink
Release 0.4.7.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@15542 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Chip Salzenberg committed Nov 14, 2006
1 parent 0e57e83 commit a16f82a
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 13 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
#1 $Id$

2006.11.14 chip
* Released 0.4.7
See NEWS for more.

2006.11.07 tewk
* added :init pragma functionality to subs

Expand Down
4 changes: 2 additions & 2 deletions DEVELOPING
@@ -1,7 +1,7 @@
# $Id$

THIS RELEASE: Parrot 0.4.6 2006.08.08
PREVIOUS RELEASE: Parrot 0.4.5 2006.06.19
THIS RELEASE: Parrot 0.4.7 2006.11.14
PREVIOUS RELEASE: Parrot 0.4.6 2006.08.08

This file should only exist in development distributions. Delete it
(and its entry in the MANIFEST) before packaging Parrot up for a CPAN
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.generated
Expand Up @@ -2,11 +2,11 @@
# 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.0.4.6.dylib [main]lib
blib/lib/libparrot.0.4.7.dylib [main]lib
blib/lib/libparrot.a [main]lib
blib/lib/libparrot.dylib [main]lib
blib/lib/libparrot.so [main]lib
blib/lib/libparrot.so.0.4.6 [main]lib
blib/lib/libparrot.so.0.4.7 [main]lib
compilers/ast/astlexer.c [ast]
compilers/imcc/imclexer.c [main]
config/gen/cpu/i386/memcpy_mmx.c [main]
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,6 +1,6 @@
---
name: parrot
version: 0.4.6
version: 0.4.7
author: ~
abstract: ~
license: perl
Expand Down
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
# $Id$

New in 0.4.x
New in 0.4.7

- New languages: PHP ("Plumhead"), Forth
- Updated languages: Ruby ("Cardinal"), Tcl, Lua
Expand Down
3 changes: 2 additions & 1 deletion PBC_COMPAT
Expand Up @@ -28,7 +28,8 @@

# please insert tab separated entries at the top of the list

2006.11.07 tewk added comp_flags to parrot_sub_t
2006.11.14 chip released 0.4.7
2006.11.07 tewk added comp_flags to parrot_sub_t
2006.09.23 bernhard remove ops from dotgnu.ops
2006.08.18 leo removed None PMC from parrot core
2006.08.16 creiss added STM opcodes
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
This is Parrot, version 0.4.6
This is Parrot, version 0.4.7
-----------------------------

Parrot is Copyright (C) 2001-2006, The Perl Foundation.
Expand Down Expand Up @@ -110,7 +110,7 @@ This installs a bunch of files in /usr/local. The parrot executable is in

If you want to install Parrot into a non-standard location use:

perl Configure.pl --prefix=/Users/foo/parrot-0.4.6
perl Configure.pl --prefix=/Users/foo/parrot-0.4.7
make install

But please note that dynamic libs will not be found for non-standard
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.6
0.4.7
4 changes: 2 additions & 2 deletions docs/ROADMAP.pod
Expand Up @@ -34,9 +34,9 @@ This is the B<highest> priority.

=back

=head1 CURRENT RELEASE (0.4.6)
=head1 CURRENT RELEASE (0.4.7)

Parrot 0.4.6 was released on August 8th, 2006. For a list of new and fixed
Parrot 0.4.7 was released on November 14th, 2006. For a list of new and fixed
feature see L<NEWS>.

=head1 OVERVIEW
Expand Down
2 changes: 1 addition & 1 deletion parrot.spec
@@ -1,4 +1,4 @@
%define version 0.4.6
%define version 0.4.7
%define devel -devel
%define prefix /usr/local/parrot/%{version}
%define exec_prefix %{prefix}
Expand Down

0 comments on commit a16f82a

Please sign in to comment.