diff options
author | Sage Weil <sage@newdream.net> | 2011-04-01 16:37:21 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-04-04 10:06:35 -0700 |
commit | 9981ff90968398da43c63106694d661f5e3d07d5 (patch) | |
tree | f2401e82fd8201423149276e197294b56f6206ae | |
parent | 32e422e41166eaa35c58101e9e85684f560c5b34 (diff) | |
download | ceph-9981ff90968398da43c63106694d661f5e3d07d5.tar.gz |
v0.26v0.26
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index cb208d4c0ec..8ad42d09454 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ(2.59) # NOTE: This version is _only_ used for naming the tarball. The # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [0.26rc], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.26], [ceph-devel@vger.kernel.org]) AC_CONFIG_SUBDIRS([src/gtest]) diff --git a/debian/changelog b/debian/changelog index 6b839d7c848..a93c7277086 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -ceph (0.26~rc-1) experimental; urgency=low +ceph (0.26-1) experimental; urgency=low + * New upstream release. * Make Ceph Linux only and build on all Linux archs (closes: #614890), but only build-depend google-perftools on x86 and x64 archs only. * Correct section of libcrush1, librados1, librbd1 and libceph1 to libs. @@ -9,7 +10,7 @@ ceph (0.26~rc-1) experimental; urgency=low * Rename librados1{,-dbg,-dev} packages to librados2{,-dbg,-dev} ones; conflict with and replace the former ones. - -- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Fri, 25 Mar 2011 19:42:11 +0100 + -- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Fri, 01 Apr 2011 16:28:11 +0100 ceph (0.25.2-1) experimental; urgency=low |