documentation updates
authorDavid Schleef <ds@schleef.org>
Tue, 8 Jun 2010 01:05:29 +0000 (18:05 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 8 Jun 2010 01:20:14 +0000 (18:20 -0700)
README
RELEASE

diff --git a/README b/README
index ab9d83b..a0c2c1a 100644 (file)
--- a/README
+++ b/README
@@ -20,8 +20,9 @@ will likely be some major changes in ease of use from a developer's
 perspective over the next few releases.
 
 The 0.4 series of Orc releases will be API and ABI compatible, and
-will be incompatible with the 0.5 series when it comes out.  It is
-anticipated that 0.5 will follow in a few months.
+will be incompatible with the 0.5 series when it comes out.  The first
+release of the 0.5 series is anticipated to coincide with the release
+of GStreamer 1.0.
 
 
 Features:
@@ -38,10 +39,8 @@ Features:
  - An application can add rules for converting existing or new opcodes
    to binary code for a specific target.
 
- - Current targets: SSE, MMX, ARM, Altivec, and TI C64x+.  (ARM is very
-   limited and c64x only produces source code.)  The NEON target is not
-   open source and can be licensed separately from Entropy Wave.  (This
-   will change soon.)
+ - Current targets: SSE, MMX, ARM, Altivec, NEON, and TI C64x+.  (ARM
+   is very limited and c64x only produces source code.)
 
  - Programs can optionally be emulated, which is useful for testing, or
    if no rules are available to convert Orc opcodes to executable code.
diff --git a/RELEASE b/RELEASE
index 0e70b54..37c85a3 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,22 @@
 
+0.4.5
+=====
+
+This release contains many small improvements related to
+converting GStreamer from liboil to Orc.
+
+The major addition in this release is the mainstreaming of
+the NEON backend, made possible by Nokia.
+
+There is a new experimental option to ./configure,
+--enable-backend, which allows you to choose a single code
+generation backend to include in the library.  This is mostly
+useful for embedded systems, and is not recommended in general.
+
+The upcoming release will focus on improving code generation
+for the SSE and NEON backends.
+
+
 0.4.4
 =====