From 2b32297267d239c5e8dbfb277d741fd2d77eb1c7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 24 Aug 2009 10:45:14 -0700 Subject: [PATCH] v0.13 --- RELEASE_CHECKLIST | 14 ++++++++++++++ configure.ac | 2 +- debian/changelog | 10 ++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 RELEASE_CHECKLIST 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 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