File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ nilfs-utils-2.2.4 Wed Apr 27, 2016 JST
2
+
3
+ * lib/nilfs.c: add missing initialization of nilfs->n_opts
4
+ * lib/cleaner_exec.c: use _exit() to safely terminate child processes
5
+ * update checkpatch.pl and misspelled words dictionary (spelling.txt)
6
+ * lib/Makefile.am: do not set -fPIC and -static manually
7
+ * lib/Makefile.am: use AM_CFLAGS and AM_CPPFLAGS for simplicity
8
+ * lib/crc32.c: make crc32tab array static const
9
+ * remove obsolete email addresses
10
+ * AUTHORS: update header line of author list
11
+
1
12
nilfs-utils-2.2.3 Sun Feb 15, 2015 JST
2
13
3
14
* lscp: accelerate backward checkpoint listing
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
6
6
# Process this file with autoconf to produce a configure script.
7
7
8
8
AC_PREREQ ( 2.60 )
9
- AC_INIT ( NILFS utils , 2.2.3 , linux-nilfs@vger.kernel.org )
9
+ AC_INIT ( NILFS utils , 2.2.4 , linux-nilfs@vger.kernel.org )
10
10
AM_INIT_AUTOMAKE
11
11
AC_CONFIG_SRCDIR ( [ config.h.in] )
12
12
AC_CONFIG_HEADER([ config.h] )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ libcrc32_la_SOURCES = crc32.c
20
20
libcleanerexec_la_SOURCES = cleaner_exec.c
21
21
22
22
libnilfs_CURRENT = 2
23
- libnilfs_REVISION = 1
23
+ libnilfs_REVISION = 2
24
24
libnilfs_AGE = 2
25
25
libnilfs_VERSIONINFO = $(libnilfs_CURRENT ) :$(libnilfs_REVISION ) :$(libnilfs_AGE )
26
26
You can’t perform that action at this time.
0 commit comments