]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.13 v0.13
authorSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 17:45:14 +0000 (10:45 -0700)
committerSage Weil <sage@newdream.net>
Mon, 24 Aug 2009 17:45:14 +0000 (10:45 -0700)
RELEASE_CHECKLIST [new file with mode: 0644]
configure.ac
debian/changelog

diff --git a/RELEASE_CHECKLIST b/RELEASE_CHECKLIST
new file mode 100644 (file)
index 0000000..3b8c9a6
--- /dev/null
@@ -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
index 2e2bfa03acb9754c1ea7343d53512c27297ccb17..044a239e4dcda55ad25e44dfd7e0a9999e021cf0 100644 (file)
@@ -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
 
index 9238dc064f07b70c3764f810adc8497546dadb81..a0073e201002175f652a66b392a7b035d1bc4a4f 100644 (file)
@@ -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