summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-09-06 01:20:12 -0700
committerDavid Schleef <ds@schleef.org>2010-09-06 01:20:12 -0700
commitf880a39b090fa4e2782f48e873213754176f3142 (patch)
tree9c2f32f5105f129006fac514dc91cf312d60af6e
parentea8c1a37cabec40dc89ca4c9709cafb3e9039fc6 (diff)
Release 0.4.9orc-0.4.9
-rw-r--r--RELEASE17
-rw-r--r--configure.ac4
2 files changed, 19 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 10c5a59..74dd140 100644
--- 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
=====
diff --git a/configure.ac b/configure.ac
index 4d93c76..5492b8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([])