summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-03-25 16:24:14 -0400
committerAnthony Green <green@moxielogic.com>2014-03-25 16:24:14 -0400
commit9837073e6203048a162a226798c5d252600219ed (patch)
tree6cef232d279fe152e9e28e276b70006b63d0def0
parent18d3baa9f597b026675baa1b4e5a5eeef7577a08 (diff)
downloadlibffi-9837073e6203048a162a226798c5d252600219ed.tar.gz
Update copyright date and clean up README notes.
-rw-r--r--LICENSE2
-rw-r--r--README12
2 files changed, 7 insertions, 7 deletions
diff --git a/LICENSE b/LICENSE
index aa60342..a66fab4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-libffi - Copyright (c) 1996-2012 Anthony Green, Red Hat, Inc and others.
+libffi - Copyright (c) 1996-2014 Anthony Green, Red Hat, Inc and others.
See source files for details.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/README b/README
index 5881948..7c52607 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ Libffi has been ported to many different platforms.
For specific configuration details and testing status, please
refer to the wiki page here:
- http://www.moxielogic.org/wiki/index.php?title=Libffi_3.0.13
+ http://www.moxielogic.org/wiki/index.php?title=Libffi_3.1
At the time of release, the following basic configurations have been
tested:
@@ -170,20 +170,20 @@ To install the library and header files, type "make install".
History
=======
-See the git log for details.
+See the git log for details at http://github.com/atgreen/libffi.
3.1 TBD
- Archive off the manually maintained ChangeLog in favor of git log.
Add AArch64 (ARM64) iOS support.
Add Nios II support.
Add m88k and DEC VAX support.
Add support for stdcall, thiscall, and fastcall on non-Windows
32-bit x86 targets such as Linux.
+ Various Android, MIPS N32, x86, FreeBSD and UltraSPARC IIi
+ fixes.
Make the testsuite more robust: eliminated several spurious
failures.
- Android build fix.
- Fix MIPS N32 ABI bug.
- Various x86, FreeBSD and UltraSPARC IIi fixes.
+ Archive off the manually maintained ChangeLog in favor of git
+ log.
3.0.13 Mar-17-13
Add Meta support.