summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-08-29 22:25:45 -0700
committerDavid Schleef <ds@schleef.org>2010-08-29 22:25:45 -0700
commit66d0bcbdfe375c988e94dfe8a415da4a6411a4f7 (patch)
tree636dd8ec9013e70ed2fcd7023a3ada5515b1ab53
parentbef97d21fd5328a30cda3f5270f004a6ff768ebf (diff)
Release 0.4.8orc-0.4.8
-rw-r--r--RELEASE21
-rw-r--r--configure.ac4
2 files changed, 23 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index eeeedca..10c5a59 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,25 @@
+0.4.8
+=====
+
+Changes:
+
+ - Fix Windows and OS/X builds
+ - Improve behavior in failure cases
+ - Major improvements for Altivec backend
+ - Significant documentation additions
+
+Memory for executable code storage is now handled in a much more
+controlled manner, and it's now possible to reclaim this memory
+after it's no longer needed.
+
+A few more 64-bit opcodes have been added, mostly related to
+arithmetic on floating point values.
+
+The orcc tool now handles 64-bit and floating point parameters
+and constants.
+
+
0.4.7
=====
diff --git a/configure.ac b/configure.ac
index 0dda4e8..0a36841 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(orc,0.4.7.1)
+AC_INIT(orc,0.4.8)
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="7:0:7"
+ORC_LIBVERSION="8:0:8"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])