Skip to content

Commit

Permalink
ceph v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liewegas committed May 14, 2010
1 parent a0073de commit 14528d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET AC_CANONICAL_TARGET


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


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

* osd: fix journal initialization bugs
* librados: fix aio callbacks
* osd: misc bug fixes
* mds: misc hangs
* msgr: some fixes

-- Sage Weil <sage@newdream.net> Fri, 14 May 2010 13:09:44 -0700

ceph (0.20-1) unstable; urgency=low ceph (0.20-1) unstable; urgency=low


* osd: new journaling infrastructure * osd: new journaling infrastructure
Expand Down
2 changes: 1 addition & 1 deletion src/include/ceph_fs.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/ */
#define CEPH_VERSION_MAJOR 0 #define CEPH_VERSION_MAJOR 0
#define CEPH_VERSION_MINOR 20 #define CEPH_VERSION_MINOR 20
#define CEPH_VERSION_PATCH 0 #define CEPH_VERSION_PATCH 1


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

0 comments on commit 14528d5

Please sign in to comment.