Skip to content

Commit

Permalink
v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed Apr 23, 2010
1 parent 609eaa1 commit 756b251
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 0 additions & 3 deletions RELEASE_CHECKLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@

- ensure debian package builds

$ ./build_upload_debian_packages.sh unstable amd64

- adjust version in configure.ac
- adjust version in src/include/ceph_fs.h
- add entry to debian/changelog, with proper version
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET

# Automake
AM_INIT_AUTOMAKE(ceph, 0.19.1)
AM_INIT_AUTOMAKE(ceph, 0.20)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL

Expand Down
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ceph (0.20-1) unstable; urgency=low

* osd: new journaling infrastructure
* msgr: wire protocol improvements
* mds: reduced memory utilization (still more to do!)
* mds: many single mds fixes
* mds: many clustered mds fixes
* auth: many auth_x cleanups, fixes, improvements
* kclient: many bug fixes
* librados: some cleanup, c++ api now usable

-- Sage Weil <[email protected]> Fri, 23 Apr 2010 12:10:04 -0800

ceph (0.19.1-1) unstable; urgency=low

* init-ceph: don't fail when /bin/sh is dash
Expand Down
4 changes: 2 additions & 2 deletions src/include/ceph_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* Ceph release version
*/
#define CEPH_VERSION_MAJOR 0
#define CEPH_VERSION_MINOR 19
#define CEPH_VERSION_PATCH 1
#define CEPH_VERSION_MINOR 20
#define CEPH_VERSION_PATCH 0

#define _CEPH_STRINGIFY(x) #x
#define CEPH_STRINGIFY(x) _CEPH_STRINGIFY(x)
Expand Down

0 comments on commit 756b251

Please sign in to comment.