File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ nilfs-utils-2.2.3 Sun Feb 15, 2015 JST
2
+
3
+ * lscp: accelerate backward checkpoint listing
4
+ * lib/nilfs.c: fix potential leak at nilfs_open()
5
+ * get rid of unnecessary null checks before calling free()
6
+ * get rid of my_free() wrapper function
7
+
1
8
nilfs-utils-2.2.2 Fri Sep 19, 2014 JST
2
9
3
10
* mount.nilfs2: invoke cleanerd even if no-mtab option is specified;
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.2 , linux-nilfs@vger.kernel.org )
9
+ AC_INIT ( NILFS utils , 2.2.3 , 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] )
You can’t perform that action at this time.
0 commit comments