aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-01-30 18:55:43 +0100
committerChristoph Hellwig <hch@brick.lst.de>2009-01-30 18:55:43 +0100
commit8277eb2cb4f456278590c7762df96f051ee0fc56 (patch)
tree5bffbf19fd069dbb75c52225e2caeed7578a5eef
parent0679fd3a8732129278cc72cde8386364a66d5962 (diff)
downloaddmapi-dev-8277eb2cb4f456278590c7762df96f051ee0fc56.tar.gz
bump version and update CHANGES
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Felix Blyakher <felixb@sgi.com>
-rw-r--r--VERSION2
-rw-r--r--doc/CHANGES3
2 files changed, 4 insertions, 1 deletions
diff --git a/VERSION b/VERSION
index 405d79f..c50bfd1 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=2
PKG_MINOR=2
-PKG_REVISION=8
+PKG_REVISION=9
PKG_BUILD=1
diff --git a/doc/CHANGES b/doc/CHANGES
index 987bfa8..f661b1e 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,6 @@
+dmapi-2.2.9
+ - Various build system updates.
+
dmapi-2.2.8 (9 February 2007)
- Fix a problem in get_mnt() called by dm_handle_to_path()
The "dmi" mount option was not considered.