summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2015-02-11 15:07:22 -0500
committerPaul Moore <pmoore@redhat.com>2015-02-11 15:57:11 -0500
commitbd10aab13c7248cc0df57512617e33d6743d33a6 (patch)
treeb3cc40fc8e618c7ea5d8f8acbd907676cf491a8c
parent9cd865db202aa1427033060df6058061e0e882ed (diff)
downloadlibseccomp-bd10aab13c7248cc0df57512617e33d6743d33a6.tar.gz
all: update CHANGELOG and version info for v2.2.0v2.2.0
Signed-off-by: Paul Moore <pmoore@redhat.com>
-rw-r--r--CHANGELOG13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11bbb68..4442bf0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,19 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp
+* Version 2.2.0 - February 12, 2015
+- Migrated the build system to autotools
+- Added support for the aarch64 architecture
+- Added support for the mips, mips64, and mips64n32 architectures for both big
+ and little endian systems
+- Added support for using the new seccomp() syscall and the thread sync
+ functionality
+- Added Python bindings
+- Updated the internal syscall tables to Linux v3.19
+- Added documentation to help contributors wishing to submit patches
+- Migrated to Github for git hosting and Google Groups for the mailing list
+- Numerous minor bug fixes
+
* Version 2.1.1 - October 31, 2013
- Build system improvements
- Automated test improvments, including a "check" target for use by
diff --git a/configure.ac b/configure.ac
index 357cf87..60a959e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl #
dnl ####
dnl libseccomp defines
dnl ####
-AC_INIT([libseccomp], [0.0.0])
+AC_INIT([libseccomp], [2.2.0])
dnl ####
dnl autoconf configuration