summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2010-12-22Update Release Notes, Changelogs, version.h, etc. for 1.41.14 releaseTheodore Ts'o1-3/+3
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-12-13Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releaseTheodore Ts'o1-1/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-11-22Update Release Notes, Changelogs, version.h, etc. for 1.41.13 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-05-17Update release notes, version string, etc. for e2fsprogs 1.41.12 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-03-15Update release notes, version string, etc. for e2fsprogs 1.41.11 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-02-10Update release notes, version string, etc. for e2fsprogs 1.41.10 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-11-29debian: Fix FTBFS problem caused by texi2html changing its output locationTheodore Ts'o1-2/+13
Unfortunately, texi2html gratuitously changed its behavior of where its output html files are placed when the -split_chapter is in effect. (First it was in a subdirectory; then it was in the current directory; now it's back to putting the output html files in a subdirectory again.) Support either way of doing things since the texi2html team seems to be indecisive... Addresses-Debian-Bug: #552934 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-08-22Update release notes, version string, etc. for E2fsprogs 1.41.9 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-07-11Update release notes, version string, etc. for E2fsprogs 1.41.8 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-10/+10
Some people don't want to see the concise "kernel-style" make output. This configure option allows build engines that want to see the full set of commands executed by the makefile to get what they want. Most people will find this more distracting than useful, unless they need to debug the Makefiles. (It is not necessary to rerun configure to enable this verbose make output temprarily; if a developer wants to do a quick debug of a directory's makefile, he or she can simply edit the definition of the $(E) and $(Q) variables in the Makefile; instructions can be found in the MCONFIG file which is included in at the beginning of every Makefile.) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-06-29Update release notes, version string, etc. for E2fsprogs 1.41.7 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-05-30Update release notes, version string, etc. for E2fsprogs 1.41.6 releaseTheodore Ts'o1-4/+4
2009-04-23Update release notes, version string, etc. for E2fsprogs 1.41.5 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-03-08fix libext2fs info page nameEric Sandeen1-1/+1
In Red Hat bug #481620 Jerry reported that the libext2fs info page is not accesable via "info libext2fs" but is via "info libext2fs.info" and suggested that the following change should fix it. Additional info from Jerry: The problem is that makeinfo 4.12 interprets the dot in "libext2fs.info" to be the end of the description portion of the info entry, even though it hasn't seen the closing parenthesis yet. Making the reference be to just "libext2fs" works. Addresses-Red-Hat-Bugzilla: #481620 Reported-by: Jerry James <loganjerry@gmail.com> Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2009-01-27Update release notes, changelog, etc., for e2fsprogs 1.41.4 releaseTheodore Ts'o1-5/+6
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-10-12Update release notes, changelog, etc., for e2fsprogs 1.41.3 releaseTheodore Ts'o1-3/+3
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-10-02Update release notes, changelog, etc., for e2fsprogs 1.41.2 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-09-07libext2fs.texinfo: Add documentation for the file I/O functionsTheodore Ts'o1-2/+123
Addresses-Debian-Bug: #484877 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-09-01Update release notes, changelog, etc., for e2fsprogs 1.41.1 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-07-15libext2fs : Fix typo in function names in libext2fs.texinfoManish Katiyar1-3/+3
Signed-off-by: "Manish Katiyar" <mkatiyar@gmail.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2008-07-10Update release notes, changelog, etc., for e2fsprogs 1.41 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-06-17Merge branch 'maint'Theodore Ts'o1-4/+4
Conflicts: README resize/online.c version.h
2008-06-17Update release notes, changelog, and other files for v1.40.11 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-05-21Merge branch 'maint'Theodore Ts'o1-4/+4
Conflicts: README version.h
2008-05-21Update release notes and debian changelog for 1.40.10 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-27Merge branch 'maint'Theodore Ts'o1-4/+4
Conflicts: tests/m_raid_opt/expect.1
2008-04-27Update release notes and debian changelog for 1.40.9 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-21Merge branch 'maint'Theodore Ts'o3-2978/+5438
Conflicts: configure
2008-04-21Update texinfo.tex file newer version from the FSFTheodore Ts'o1-2970/+5435
The one we had in the tree before was from circa 1996. Lots of updates and bug fixes since then.... Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-21libext2fs.texinfo: Fix @deftypefun definitions so they are all on one lineTheodore Ts'o1-7/+2
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-04-21Fix "make docs" rule in Makefile for doc folder.Manish Katiyar1-1/+1
Signed-off-by: Manish Katiyar <mkatiyar@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-03-15Merge branch 'maint'Theodore Ts'o2-6/+6
2008-03-13Update release notes, version files for 1.40.8 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-03-13Don't fail the "make install" if the info files have not been builtTheodore Ts'o1-2/+2
We don't fail the "make all" if the "makeinfo" command isn't there, so we shouldn't fail the "make install", either. Addresses-Sourceforge-Bug: #1586610 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-29Merge branch 'maint'Theodore Ts'o2-4/+4
2008-02-28Update release notes, version files for 1.40.7 releaseTheodore Ts'o1-3/+3
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-28Fix makefile dependency issues for various install targetsMike Frysinger1-1/+1
Addresses-Sourceforge-Patches: #1903484 Addresses-Sourceforge-Patches: #1903466 Addresses-Sourceforge-Patches: #1903456 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-02-10Merge branch 'maint' into nextTheodore Ts'o1-4/+4
2008-02-10Update release notes, version files for 1.40.6 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-4/+4
Conflicts: configure lib/ext2fs/ext2_fs.h misc/e2image.c
2008-01-27Update release notes, version files for 1.40.5 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-4/+4
Conflicts: configure debian/rules e2fsck/swapfs.c lib/ext2fs/ext2_fs.h
2008-01-01Update release notes, version files for 1.40.4 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-11-01texinfo: Fix directory entriesDmitry V. Levin1-4/+2
According to texinfo documentation, @dircategory and @direntry...@end direntry commands are more appropriate. For details see http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Installing-Dir-Entries.html Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2007-07-08Remove Changelog files since they're not used after the git migrationTheodore Ts'o1-198/+0
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-06-24Update Release Notes, Changelogs, version.h, etc. for 1.40 releaseTheodore Ts'o2-4/+8
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-06-24Remove RFC-4122 from e2fsprogs distributionTheodore Ts'o1-1795/+0
Documentation about UUID's is available in enough places, and it's awkward to deal with debian-legal's insanities. So I'm caving in the "more-lunatic-than-RMS" wing of Debian by removing RFC-4122 so we don't have do the dfsg tarball. Also remove the rule that only tried to install RFC-4122 on Ubuntu, since Ubuntu seems to want to fetch e2fsprogs exclusively from Debian. Addresses Debian Bug: #407107 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-11-12Update draft-leach-uuids-guids-01.txt with rfc4122.txtTheodore Ts'o2-1708/+1795
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-05-29Update release notes, version numbers, et. al. for 1.39 releaseTheodore Ts'o1-4/+4
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-03-18Fix documentation: BLOCK_FLAG_TRAVERSE should be BLOCK_FLAG_DEPTH_TRAVERSETheodore Ts'o2-1/+7
Addresses Debian Bug #351268 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>