summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_CHECKLIST1
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog29
3 files changed, 30 insertions, 2 deletions
diff --git a/RELEASE_CHECKLIST b/RELEASE_CHECKLIST
index 292c42ff451..0a89a705873 100644
--- a/RELEASE_CHECKLIST
+++ b/RELEASE_CHECKLIST
@@ -1,7 +1,6 @@
- ensure debian package builds
- adjust version in configure.ac
-- adjust version in src/include/ceph_fs.h
- add entry to debian/changelog, with proper version
- commit
- git tag version
diff --git a/configure.ac b/configure.ac
index 5ef7376882e..c1708d1cd8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.22~rc)
+AM_INIT_AUTOMAKE(ceph, 0.22)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index ee0c1862ca3..b176b1e78dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,32 @@
+ceph (0.22-1) experimental; urgency=low
+
+ * mon: improved monitor naming
+ * osd: support seprate interface for cluster-internal traffic
+ * mds: many many snapshot, cap protocol fixes
+ * mon: back off on clock drift errors/warnings
+ * mds: fix cow on xattrs
+ * mds: many recurstat stat fixes
+ * uclient/cfuse: improved caching and readdir fixes
+ * mon: tri laggy standby MDS's from map
+ * osd: data integrity fixes
+ * trim stale connections
+ * osd: fix hang during mkfs
+ * improved debug log on SIGSEG
+ * uclient/cfuse: cache readdir results
+ * mon: improved osd failure smarts
+ * mds/osd: tcmalloc (less memory utilization)
+ * mds: set file layout/striping on per-directory/subtree basis
+ * cfuse: mount server subdir
+ * cfuse: log to file if run as daemon
+ * allow monitor hostnames on command line
+ * mon: ability to blacklist/unblacklist clients for osd cluster
+ * cdebugpack: add debug capture tool
+ * mds: respawn on suicide
+ * msgr: more efficient reconnect resync
+ * standard date/time format
+
+ -- Sage Weil <sage@newdream.net> Fri, 15 Oct 2010 13:42:24 -0700
+
ceph (0.21.3-1) unstable; urgency=low
* cfuse: fixed readdir for large directories