summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2009-08-24 10:45:14 -0700
committerSage Weil <sage@newdream.net>2009-08-24 10:45:14 -0700
commit2b32297267d239c5e8dbfb277d741fd2d77eb1c7 (patch)
tree1d6bb88cfbb36580f135fb35487ffd78d9df0e56
parent43dcbc23421c8e42a24b220ebff9f140d4e9713a (diff)
downloadceph-2b32297267d239c5e8dbfb277d741fd2d77eb1c7.tar.gz
v0.13v0.13
-rw-r--r--RELEASE_CHECKLIST14
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog10
3 files changed, 25 insertions, 1 deletions
diff --git a/RELEASE_CHECKLIST b/RELEASE_CHECKLIST
new file mode 100644
index 00000000000..3b8c9a6de01
--- /dev/null
+++ b/RELEASE_CHECKLIST
@@ -0,0 +1,14 @@
+
+- ensure debian package builds
+
+ $ ./build_upload_debian_packages.sh unstable amd64
+
+- adjust version in configure.ac
+- add entry to debian/changelog, with proper version
+- commit
+- git tag version
+- make dist, upload to ceph.newdream.net:ceph.newdream.net/downloads
+- build debs for amd64, i386
+- email ml + post news entry
+
+- rebase kclient_clean \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 2e2bfa03acb..044a239e4dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.12)
+AM_INIT_AUTOMAKE(ceph, 0.13)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 9238dc064f0..a0073e20100 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ceph (0.13-1) unstable; urgency=low
+
+ * osd: stay active during backlog generation
+ * osdmap: override mappings (pg_temp)
+ * kclient: some improvements in kmalloc, memory preallocation
+ * [ku]lcient: fix sync read vs eof, lseek(..., SEEK_END)
+ * mds: misc bugfixes for multiclient file access
+
+ -- sage <sage@newdream.net> Mon, 24 Aug 2009 10:43:00 -0800
+
ceph (0.12-1) unstable; urgency=low
* kclient: mapping_set_error in writepage, layout ioctl, writeback mempools, cap writeback, fsync