Release 0.4.9 orc-0.4.9
authorDavid Schleef <ds@schleef.org>
Mon, 6 Sep 2010 08:20:12 +0000 (01:20 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 6 Sep 2010 08:20:12 +0000 (01:20 -0700)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 10c5a59..74dd140 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,21 @@
 
+0.4.9
+=====
+
+This is primarily a bug fixing release.
+
+Changes:
+
+ - Added handling for 64-bit constants
+ - Fix building and use of static library
+ - Fix register allocation on Win64 (still partly broken, however)
+ - Quiet some non-errors printed by orcc in 0.4.8.
+ - Fix implementation of several opcodes.
+
+Until this release, the shared libraries all had the same versioning
+information.  This should be fixed going forward.
+
+
 0.4.8
 =====
 
index 4d93c76..5492b8f 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.8.1)
+AC_INIT(orc,0.4.9)
 dnl don't forget to update libversion
 
 AS_NANO(ORC_CVS=no,ORC_CVS=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="8:0:8"
+ORC_LIBVERSION="9:0:9"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])