File genext2fs.changes of Package genext2fs
genext2fs (1.4.1-2.1) unstable; urgency=low
* Non-Maintainer Upload, at BSP in Zurich
* in sscanf the "a" could mean "malloc" or the new C99 floating,
so don't use it, not to have surprises.
-- Giacomo Catenazzi <cate@debian.org> Sat, 12 Jan 2008 23:03:59 +0100
genext2fs (1.4.1-2) unstable; urgency=low
* configure.in: Change AC_CONFIG_HEADER to AM_CONFIG_HEADER.
-- Franz Pletz <fpletz@franz-pletz.org> Sun, 29 Jul 2007 19:13:04 +0200
genext2fs (1.4.1-1) unstable; urgency=low
* New upstream release. (Closes: #406078)
* clean.sh: updated.
* Switch to debhelper 5.
-- Franz Pletz <fpletz@franz-pletz.org> Sun, 29 Jul 2007 19:10:18 +0200
genext2fs (1.4-rc1-2.1) unstable; urgency=low
* Non-maintainer upload.
* FTBFS: Cannot satisfy Build-Depends on automake (Closes: #395150)
-- Neil Williams <codehelp@debian.org> Fri, 27 Oct 2006 19:08:55 +0100
genext2fs (1.4-rc1-2) unstable; urgency=low
* Fixed description (Closes: #371083)
-- Franz Pletz <fpletz@franz-pletz.org> Mon, 26 Jun 2006 10:50:19 +0200
genext2fs (1.4-rc1-1) unstable; urgency=low
* New upstream release, removed cvs blurb from diff.
* debian/control:
- New Maintainer. (Closes: #369191)
- Tweaked Description.
- Bumped Standards-Version to 3.7.2, no further changes necessary.
* Updated debian/changelog.
* debian/rules:
- Moved debhelper compatibility level setting to debian/compat.
- Miscellaneous minor cleanups.
* Added debian/watch.
-- Franz Pletz <fpletz@franz-pletz.org> Sun, 28 May 2006 15:47:23 +0200
genext2fs (1.3-10) unstable; urgency=low
* Add build depends on automake and autoconf. (Closes: #341750)
-- David Kimdon <dwhedon@debian.org> Mon, 5 Dec 2005 18:09:00 -0800
genext2fs (1.3-9) unstable; urgency=low
* chmod +x clean.sh before running it. (Closes: #341457)
-- David Kimdon <dwhedon@debian.org> Thu, 1 Dec 2005 17:45:34 -0800
genext2fs (1.3-8) unstable; urgency=low
* Update to upstream cvs as of 29-11-2005. This is similar to what 1.4
will be.
Preserve permissions. (Closes: #341173)
Create lost+found (Closes: #258661)
-- David Kimdon <dwhedon@debian.org> Tue, 29 Nov 2005 11:12:31 -0800
genext2fs (1.3-7.1) unstable; urgency=high
* Non-maintainer upload.
* Apply patch from Finn Thain to fix byteswapping code issues that broke
d-i on several arches. Thanks. (Closes: #266039)
-- Joshua Kwan <joshk@triplehelix.org> Tue, 24 Aug 2004 19:09:01 -0700
genext2fs (1.3-7) unstable; urgency=low
* Fix block count rounding. The -b switch again specifies the
size of the resulting filesystem image.
Patch thanks to Finn Thain <ft01@webmastery.com.au>
(closes: #262352)
-- David Kimdon <dwhedon@debian.org> Sat, 7 Aug 2004 09:51:37 +0200
genext2fs (1.3-6) unstable; urgency=low
* Fix block counts, now created image fsck clean. (closes: #232023)
Thanks to Finn Thain <ft01@webmastery.com.au> for the fix.
-- David Kimdon <dwhedon@debian.org> Sat, 10 Jul 2004 17:37:17 +0200
genext2fs (1.3-5) unstable; urgency=low
* - Compile with -O2.
- get_workblk() should return zero'd memory. This way we get
nul terminations in the produced image.
- get_workblk() now allocates the block dynamically on the heap.
The previous method of allocating the block as 'static' apparently
results in undefined behavior since get_workblk() is 'inline'.
Thanks to Vincent Sanders <vince@debian.org> for the patch.
(closes: #248987)
-- David Kimdon <dwhedon@debian.org> Sat, 15 May 2004 19:37:54 +0200
genext2fs (1.3-4) unstable; urgency=low
* Fix assertion failure when there is a 268K file on the
filesystem. Patch thanks to Matt Kraai <kraai@alumni.cmu.edu>
(closes: #201277)
-- David Kimdon <dwhedon@debian.org> Mon, 17 Nov 2003 22:53:15 +0100
genext2fs (1.3-3) unstable; urgency=low
* Update to current upstream cvs
- support triple indirect blocks (removes 8MB limit)
- support for groups.
-- David Kimdon <dwhedon@debian.org> Sat, 11 Jan 2003 18:45:58 -0800
genext2fs (1.3-2) unstable; urgency=low
* apply fix from upstream cvs that appears to fix endian bug
(closes: #122411)
* mention filesystem size limit in manpage (closes: #122729)
* mention that hard links are not supported in manpage
(closes: #155464)
* add sanity check at the end of the build
-- David Kimdon <dwhedon@debian.org> Fri, 8 Mar 2002 23:17:36 -0800
genext2fs (1.3-1) unstable; urgency=low
* Initial Release. (closes: #105263)
-- David Kimdon <dwhedon@debian.org> Sat, 14 Jul 2001 13:24:49 -0700