lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 23 Aug 2008 12:51:27 -0400
From:	Theodore Tso <tytso@....edu>
To:	linux-ext4@...r.kernel.org
Subject: What's in e2fsprogs.git (stable)

I'm about to do an e2fsprogs 1.41.1 release, and so I've just pushed
out a debian unstable release for some guinea pig testing, especially
since there have been quite a large number of bug fixes since
e2fsprogs 1.41.0.

If there is anything bug fixes or other changes that you think should
especially be included in e2fsprogs 1.41.1, please let me know.

My expectation is after 1.41.1 release, 'master' will fork off from
'maint', as we start adding new features such as 64-bit block number
support.

	    	      	      	     	    - Ted

* The 'maint' and 'master' branches have these fixes since the last
	announcement.

Aneesh Kumar K.V (1):
  e2fsprogs: Fix tst_extents output on bigendian machine.

Benno Schulenberg (9):
  e2undo, tune2fs: Report the correct name for the undo program.
  badblocks: Insert a missing "\n" in the usage string.
  partinfo: Print clearer error messages.
  tune2fs: Delete a stray word from a comment.
  po: update nl.po (from translationproject.org)
  mke2fs: Fix several typos in the man page.
  blkid: On the man page, show option arguments in the descriptions.
  libblkid: On the man page, replace empty references with an existing one.
  po: update nl.po (from translationproject.org)

Clytie Siddall (1):
  po: update vi.po (from translationproject.org)

Frederic Bohe (1):
  Fix inode table allocation with flexbg

Göran Uddeborg (1):
  po: update sv.po (from translationproject.org)

Li Zefan (1):
  Fix a typo in lib/e2p/Makefile.in

Manish Katiyar (7):
  libext2fs: fix potential memory leak in ext2fs_initialize()
  libext2fs: Add stricter/earlier tests for blocksize in ext2fs_open()
  ext2fs_read_inode: Check the validity of the inode number earlier
  libext2fs : Fix typo in function names in libext2fs.texinfo
  libext2fs : Fix memory leaks in ext2fs_extent_open()
  ext2ed: Remove masix support
  libext2fs: Fix memory leak in ext2fs_initialize().

Petr Pisar (2):
  po: update cs.po (from translationproject.org)
  po: update cs.po (from translationproject.org)

Philipp Thomas (2):
  po: update de.po (from translationproject.org)
  po: update de.po (from translationproject.org)

Theodore Ts'o (62):
  blkid: Add new option -L which pretty-prints the device list
  Fix Solaris shell script portability issues
  e2fsck: Change kmem_cache_t to lkmem_cache_t for Solaris
  Only use __builtin_expect if __GNUC__ > 3
  Use K&R style comments instead of C99 comments for portability
  Remove vararg macro which causes portability problems from ext3_extent.h
  Remove gcc-specific varargs macro in extent.c
  Define _XOPEN_SOURCE to 600 consistently for Solaris C99 support
  Flush stdio buffers before calling setbuf()
  e2fsck: Set LD_LIBRARY_PATH before running "make check" programs
  e2undo: Don't use __FUNCTION__ for portability reasons
  badblocks: If nanosleep() does not exist, try using usleep() instead
  libext2fs: Don't check the group checksum when !GDT_CSUM
  libblkid: Make sure we never reference a null dev->bid_type
  Add debian changelog for 1.41.0-2 release
  debian: Update section and priority of -dbg packages to match override file
  Don't assume that /bin/true is always in /bin
  blkid: Fix portability issue if TIOCGSIZE and TIOCGWINSZ are present
  Disable %.sh -> % GNU make rule in the top-level Makefile
  Add an tune2fs.static target in misc/Makefile.in
  debian: Fix FTBFS problem on mips
  debian: Update changelog for 1.40.0-3 release
  debian: Fix minor typo in uuid-runtime's package description
  debian: wrap copyright files to avoid "line too long" lintian warnings
  Add more intelligent handling of the mke2fs.conf installation process
  po: update nl.po (from translationproject.org)
  po: update pl.po (from translationproject.org)
  po: update fr.po (from translationproject.org)
  Fix missing space typo's in partinfo and resize2fs
  Fix cross compilation issues in e2fsck/gen_crc32table
  mke2fs: Fix enforcement of no features for revision 0 filesystems
  partinfo: Fix usage message
  mke2fs/tune2fs: Fix max journal size in message to be consistent/correct
  tune2fs: Improve the error messages for tune2fs -I
  debugfs: Fix htree command so it works with extent-based directories
  blkid: Fix probing logic so we find renamed devices
  e2fsck: Fix check to see if an extent-based file is fragmented
  e2fsck: Fix signed/unsigned error in fragcheck report for indirect blocks
  e2fsck: Fix ind/dind/tind statistics and add extent depth statistics
  libext2fs: Initialize unset inode timestamps when writing a new inode
  e2fsck: Fix max size calculation for extent files
  e2fsck: fix spurious complaints about i_size caused by preallocated blocks
  resize2fs: Fix double bumping of directory in-use counts
  libext2fs: Fix reading bitmaps from e2image files
  Fix ext2fs_extent_set_bmap() when setting a block before the first extent
  ext2fs_extent_set_bmap(): fix bug when replacing a single block extent
  ext2fs_extent_set_bmap(): Avoid creating extra extents for resize2fs
  ext2fs_block_iterate2(): Support changing interior nodes of an extent tree
  libext2fs: Add support for uninit_bg feature to allocation functions
  resize2fs: Fix support for filesystems with the uninit_bg feature
  resize2fs: supply block allocator for extents function
  po: Add Indonesian translation from the Translation Project
  resize2fs: Make sure we close out the progress bar in pass #4
  libext2fs: Replace use of sprintf with strcpy/strcat to help SILO
  configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echo
  libuuid: Windows portability fixes
  configure.in: Respect LDFLAGS environment variable if passed into configure
  libblkid: Fix potential crash if blkid cache is out of date when probing
  libblkid: Enhance support for MacOS's hfs, hfsplus, and hfsx filesystems
  e2fsck: Portability fix: Use WORDS_BIGENDIAN instead of __LITTLE_ENDIAN
  mke2fs: Issue a warning if the mke2fs.conf file wasn't updated
  Interim update of the debian/changelog and the release notes

------
URL's for the e2fsprogs repository:
	git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
	http://www.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ