diff --git a/LDP/texi2db/CREDITS b/LDP/texi2db/CREDITS index 2979a901..165d7533 100644 --- a/LDP/texi2db/CREDITS +++ b/LDP/texi2db/CREDITS @@ -1,4 +1,4 @@ -Copyright 2002 David Merrill +Copyright 2002, 2003 David Merrill Jaime Irving Davila Latorre for a patch to add language support (@documentlanguage tag), diff --git a/LDP/texi2db/Changelog b/LDP/texi2db/Changelog index aeaa53b9..f7cc47e9 100644 --- a/LDP/texi2db/Changelog +++ b/LDP/texi2db/Changelog @@ -1,14 +1,4 @@ -2002-05-05 0.3 Initial public release - -2002-05-05 0.4 Added Makefile.PL, INSTALL, man page, Changelog - - Added -V, same as --version - -2002-05-23 0.4.1 Bugfix, remove backslashes from id tags - -2002-04-25 0.4.2 Adds support for @documentlanguage tag, - Thanks to Jaime Irving Davila Lotorre for patch. - + CVS Documentation updates 2002-06-26 0.5 Adds minimal indexing support. @@ -21,3 +11,15 @@ Fixed a bug that caused output to never be written to STDOUT. + +2002-04-25 0.4.2 Adds support for @documentlanguage tag, + Thanks to Jaime Irving Davila Lotorre for patch. + + +2002-05-23 0.4.1 Bugfix, remove backslashes from id tags + +2002-05-05 0.4 Added Makefile.PL, INSTALL, man page, Changelog + + Added -V, same as --version + +2002-05-05 0.3 Initial public release diff --git a/LDP/texi2db/Makefile.PL b/LDP/texi2db/Makefile.PL index 1138a048..99709aaa 100644 --- a/LDP/texi2db/Makefile.PL +++ b/LDP/texi2db/Makefile.PL @@ -2,7 +2,9 @@ ## ## Makefile for the texi2db utility. ## -## Copyright (c) 2002, David Merrill. All rights reserved. +## Copyright (c) 2002, 2003 David Merrill . +However, it hasn't been used all that widely, and undoubtedly has a lurking bug +or two! Please feel free to send bug reports to me by email. +If it works for you, I'd really appreciate hearing that, too. + +Hope you find it useful, David Merrill + The following structures are not supported, at least not yet. diff --git a/LDP/texi2db/texi2db b/LDP/texi2db/texi2db index aac68dbb..225b0add 100755 --- a/LDP/texi2db/texi2db +++ b/LDP/texi2db/texi2db @@ -6,7 +6,7 @@ use File::Basename; use FileHandle; use HTML::Entities; -$VERSION = "0.5"; +$VERSION = "0.6-cvs"; $errors = 0; $error = 0; @@ -2367,7 +2367,7 @@ sub message { sub version { print "texi2db version $VERSION\n"; - print "Copyright (c) 2002 David Merrill \.\n"; + print "Copyright (c) 2002, 2003 David Merrill \.\n"; print "\n"; print "Converts a Texinfo file into DocBook XML.\n"; print "\n";