From c9b39bbade95fb5bd8641861f974537b42ac165b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 18 Jun 2009 13:31:04 -0700 Subject: [PATCH] mark v0.9 --- configure.ac | 2 +- debian/changelog | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a78765ef0b1d..bb3ddf94eb5f1 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.8) +AM_INIT_AUTOMAKE(ceph, 0.9) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 7f8516abcd6ce..a08e092eea6e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +ceph (0.9-1) unstable; urgency=low + + * mds exherts memory pressure on clients + * initial version of librados + * object classes + * a few critical crush bugfixes + * osd recovery fixes + * objects are strings + * improved metadata to eventually aid in disaster recovery + * kclient: fixed snap vs truncate bug + * kclient: readdir fixes + + -- sage Thu, 18 Jun 2009 13:18:00 -0800 + ceph (0.8-1) unstable; urgency=low * mount error reporting -- 2.39.5