Skip to content

Commit

Permalink
Release 0.4.5 changes
Browse files Browse the repository at this point in the history
* update files according to RELEASE_INSTRUCTIONS


git-svn-id: https://svn.parrot.org/parrot/trunk@12972 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Leopold Toetsch committed Jun 19, 2006
1 parent 76c6b3e commit 2977e24
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 13 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,5 +1,9 @@
# $Id$

2006.06.19 leo
* Released 0.4.5
See NEWS for more.

2006.06.03 leo
* I and N registers are never cleared to 0 / 0.0 on subroutine entry

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

LAST RELEASE: Parrot 0.4.4 2006.05.14
PREVIOUS RELEASE: Parrot 0.4.3 2006.04.02
LAST RELEASE: Parrot 0.4.5 2006.06.19
PREVIOUS RELEASE: Parrot 0.4.4 2006.05.14

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.4.dylib [main]lib
blib/lib/libparrot.0.4.5.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.4 [main]lib
blib/lib/libparrot.so.0.4.5 [main]lib
disassemble [main]bin
disassemble.exe [main]bin
docs/ops/bit.pod [main]doc
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,6 +1,6 @@
---
name: parrot
version: 0.4.4
version: 0.4.5
author: ~
abstract: ~
license: perl
Expand Down
10 changes: 10 additions & 0 deletions NEWS
@@ -1,5 +1,15 @@
# $Id$

New in 0.4.5

- unicode subroutine names
- hierarchical class names finished including MMD support
- new dotnet CLI to PIR translator
- improved TGE code and compiler
- APL: vector handling
- new STM branch in the svn repository
- the usual bugfixes and enhancements

New in 0.4.4

- hierarchical class names
Expand Down
1 change: 1 addition & 0 deletions PBC_COMPAT
Expand Up @@ -24,6 +24,7 @@

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

2006.06.19 leo released 0.4.5
2006.06.18 leo reorder opcodes
2006.05.14 leo released 0.4.4
2006.04.02 leo released 0.4.3
Expand Down
2 changes: 1 addition & 1 deletion PLATFORMS
Expand Up @@ -8,7 +8,7 @@ See also t/TESTS.STATUS.pod about the status of the test suite.
Platform B8 Runloops Feature Comp Test Inst YYYYMMDD
CGoto JIT EXEC Thr Sig
---------------------------------------------------------------------------
darwin7.9.0-ppc-3.3 B Y Y - Y Y Y Y Y 20060514
darwin7.9.0-ppc-3.3 B Y Y - Y Y Y Y Y 20060619
darwin8.6.0-ppc-gcc4.0.1 ? ? ? ? ? ? Y ? 20060613
darwin8.6.0-x86-gcc4.0.1 ? - ? ? ? ? Y ? 20060607
linux-x86-gcc3.3.5.2005013 Y Y Y Y Y Y Y ? 20060618
Expand Down
4 changes: 2 additions & 2 deletions README
@@ -1,4 +1,4 @@
This is Parrot, version 0.4.4
This is Parrot, version 0.4.5
-----------------------------

Parrot is Copyright (C) 2001-2006, The Perl Foundation.
Expand Down Expand Up @@ -65,7 +65,7 @@ For systems like HPUX that don't have inet_pton please run

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

perl Configure.pl --prefix=/Users/foo/parrot-0.4.4
perl Configure.pl --prefix=/Users/foo/parrot-0.4.5

Running Configure.pl will generate a config.h header, a Parrot::Config
module, platform files and some Makefiles.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.4
0.4.5
2 changes: 1 addition & 1 deletion compilers/imcc/main.c
Expand Up @@ -22,7 +22,7 @@
#include "pbc.h"
#include "parser.h"

#define IMCC_VERSION "0.4.4"
#define IMCC_VERSION "0.4.5"

static int load_pbc, run_pbc, write_pbc, pre_process, pasm_file;
static char optimizer_opt[20];
Expand Down
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.4)
=head1 CURRENT RELEASE (0.4.5)

Parrot 0.4.4 was released on May. 14th, 2006. For a list of new and fixed
Parrot 0.4.5 was released on June 19th, 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.4
%define version 0.4.5
%define devel -devel
%define prefix /usr/local/parrot/%{version}
%define exec_prefix %{prefix}
Expand Down
Binary file modified t/native_pbc/integer_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_2.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_3.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_5.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_1.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_2.pbc
Binary file not shown.

0 comments on commit 2977e24

Please sign in to comment.