Skip to content

Commit 187ffc0

Browse files
committed
nilfs-utils: v2.2.6 release
Signed-off-by: Ryusuke Konishi <[email protected]>
1 parent 5d5ef8d commit 187ffc0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
nilfs-utils-2.2.6 Mon Oct 10, 2016 JST
2+
3+
* dumpseg: fix misuse of endian conversion macro for ss_nblocks
4+
* libnilfs: fix potential memory access overrun at
5+
nilfs_psegment_is_valid()
6+
* libnilfs: fix potential underflow at nilfs_psegment_is_end()
7+
* libnilfs: fix potential underflow of p_maxblocks at
8+
nilfs_psegment_init()
9+
* libnilfs: add missing errno setting at nilfs_sb_write()
10+
* libnilfs: add sanity check on segment summary header size
11+
* libnilfs: check range of finfo and binfos before reading them
12+
* libnilfs: add sanity check for block counts in finfo
13+
* libnilfs: get rid of HAVE_MUNMAP
14+
* ChangeLog: fix typos
15+
116
nilfs-utils-2.2.5 Sun Sep 4, 2016 JST
217

318
* fix the problem that checkpoints and blocks with a future timestamp

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
66
# Process this file with autoconf to produce a configure script.
77

88
AC_PREREQ(2.60)
9-
AC_INIT(NILFS utils, 2.2.5, [email protected])
9+
AC_INIT(NILFS utils, 2.2.6, [email protected])
1010
AM_INIT_AUTOMAKE
1111
AC_CONFIG_SRCDIR([config.h.in])
1212
AC_CONFIG_HEADER([config.h])

lib/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libcrc32_la_SOURCES = crc32.c
2020
libcleanerexec_la_SOURCES = cleaner_exec.c
2121

2222
libnilfs_CURRENT = 2
23-
libnilfs_REVISION = 3
23+
libnilfs_REVISION = 4
2424
libnilfs_AGE = 2
2525
libnilfs_VERSIONINFO = $(libnilfs_CURRENT):$(libnilfs_REVISION):$(libnilfs_AGE)
2626

0 commit comments

Comments
 (0)