Release 0.4.17 orc-0.4.17
authorDavid Schleef <ds@schleef.org>
Wed, 20 Feb 2013 06:21:00 +0000 (22:21 -0800)
committerDavid Schleef <ds@schleef.org>
Wed, 20 Feb 2013 06:21:24 +0000 (22:21 -0800)
README
RELEASE
configure.ac

diff --git a/README b/README
index 4e53ce9..b86a864 100644 (file)
--- a/README
+++ b/README
@@ -39,7 +39,7 @@ 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, NEON, and TI C64x+.
+ - Current targets: SSE, MMX, MIPS, Altivec, NEON, and TI C64x+.
    (The c64x target only produces source code.)
 
  - Programs can optionally be emulated, which is useful for testing, or
diff --git a/RELEASE b/RELEASE
index 6f89d4d..c523174 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,16 @@
 
+0.4.17
+======
+
+Maintenance release:
+
+ - Merged known distro patches.
+ - Added MIPS backend (Guillaume Emont).
+ - Disabled ARM backend because of poor coverage.
+ - Added bytecode parsing and writing.  This can be used instead of
+   manual creation of OrcPrograms.
+
+
 0.4.16
 ======
 
index 00e1916..5d694ea 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.16.1)
+AC_INIT(orc,0.4.17)
 dnl don't forget to update libversion
 
 AS_NANO(ORC_GIT=no,ORC_GIT=yes)
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-ORC_LIBVERSION="16:0:16"
+ORC_LIBVERSION="17:0:17"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])