Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-04-15 00:02:52 +0400
committerDavid Schleef <ds@schleef.org>2011-04-15 00:02:52 +0400
commite8ccabbd424f5329e324566e87d64ef3778c1a16 (patch)
treed001939c94d8053050c515e176360ac3ce9df8b9 /RELEASE
parent468503ffe67adacec5669f426c19377c66680e00 (diff)
Release 0.4.12
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index a2629c6..175bdbc 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,24 @@
+0.4.12
+======
+
+This is primarily a bug fixing release.
+
+ - Fix gcc-4.6 warnings in generated code
+ - Codegen fixes for Altivec. Passes regression tests again.
+ - More error checking for code allocation.
+ - NEON: floating point improvements
+ - Removed stdint.h from API. This could theoretically cause
+ breakage if you depended on orc to include stdint.h.
+
+One new feature is the OrcCode structure, which keeps track of
+compiled code. This now allows applications to free unused code.
+
+Internally, x86 code generation was completely refactored to add
+an intermediate stage, which will later be used for instruction
+reordering. None of this is useful yet.
+
+
0.4.11
======