Skip to content

Commit

Permalink
v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed Sep 22, 2009
1 parent c6e5d6e commit ab3c421
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE_CHECKLIST
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- adjust version in configure.ac
- adjust version in src/include/ceph_fs.h
- adjust version in ceph.spec
- add entry to debian/changelog, with proper version
- commit
- git tag 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.14)
AM_INIT_AUTOMAKE(ceph, 0.15)
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.15-1) unstable; urgency=low

* msgr: clean up protocol checks; ack seq # fix
* monclient: fixes
* debian: radosgw package, fix header permissions
* kclient: checkpatch fixes, cleanups.
* kclient: msg revoke, clean up interface
* kclient: GET_DATALOC ioctl
* kclient: osdc bug fix
* kclient: clean up debugfs layout

-- sage <[email protected]> Tue, 22 Sep 2009 10:15:00 -0800

ceph (0.14-1) unstable; urgency=low

* mds: dir backpointers updated on rename (for fsck)
Expand Down
2 changes: 1 addition & 1 deletion src/include/ceph_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Ceph release version
*/
#define CEPH_VERSION_MAJOR 0
#define CEPH_VERSION_MINOR 14
#define CEPH_VERSION_MINOR 15
#define CEPH_VERSION_PATCH 0

#define _CEPH_STRINGIFY(x) #x
Expand Down

0 comments on commit ab3c421

Please sign in to comment.