about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-11 22:56:46 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-11 22:56:46 +0000
commit93c14ddc0977b82718d8b70c0c0e8a297b8a4211 (patch)
tree0cebf87aec873d912cd43b6177964862f466b665 /README
parentcdf2128a1e183e8abfa3d4fbf033c4fa46848898 (diff)
downloadcmogstored-93c14ddc0977b82718d8b70c0c0e8a297b8a4211.tar.gz
This is a minor maintenance release, no need to upgrade unless
a) your gcc defaults to -march=i386 (e.g. 32-bit CentOS 5)
b) your device names include '-' (e.g. Linux device mapper users)

There are also some minor doc updates to clarify tarball vs git
installation and a trivial error-handling fix which should not
affect any current users.

Eric Wong (6):
      build: add check for GCC atomics
      alloc: posix_memalign does not set errno
      iostat_parser: allow '-' for device names
      test/cmogstored-cfg: ensure TMPDIR is absolute for valgrind
      INSTALL: clarify between starting from tarball vs git
      INSTALL: update versions and URLs

cmogstored 1.3 will have some fairly intrusive internal changes
and cleanups to make it easier for users to trace and diagnose
system and network problems.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 26b156a..51e1d29 100644
--- a/README
+++ b/README
@@ -55,7 +55,7 @@ Source tarballs suitable for distribution are housed here:
 
 * http://bogomips.org/cmogstored/files/
 
-Latest is http://bogomips.org/cmogstored/files/cmogstored-1.2.1.tar.gz
+Latest is http://bogomips.org/cmogstored/files/cmogstored-1.2.2.tar.gz
 
 Source code
 ===========