[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/ChangeLog, Revision 3.29

3.22      knu         1: $FreeBSD$
                      2:
3.29    ! knu         3: 2002-05-11  Akinori MUSHA  <knu@iDaemons.org>
        !             4:
        !             5:        * cvsweb.cgi: There are no spaces at EOL in modern rlog output.
        !             6:        [Submitted by: "Khachaturov, Vassilii" <Vassilii.Khachaturov@comverse.com>]
        !             7:
3.28      knu         8: 2002-05-07  Akinori MUSHA  <knu@iDaemons.org>
                      9:
                     10:        * cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD
                     11:        don't use $CVSHeader$ but $Id$.
                     12:        [Submitted by: motoyuki@FreeBSD.org]
                     13:
                     14:        * cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a
                     15:        cvsroot.
                     16:        [Submitted by: motoyuki@FreeBSD.org]
                     17:
                     18:        * cvsweb.cgi: Fix parsing in 'tags' state.
                     19:        [Submitted by: "Khachaturov, Vassilii" <Vassilii.Khachaturov@comverse.com>]
                     20:
3.25      knu        21: 2002-04-11  Akinori MUSHA  <knu@iDaemons.org>
                     22:
                     23:        * cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup.
3.27      knu        24:        [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
3.25      knu        25:
3.26      knu        26:        * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1.
                     27:
3.24      knu        28: 2002-04-05  Akinori MUSHA  <knu@iDaemons.org>
                     29:
                     30:        * INSTALL: Somehow description configuration doesn't work if you
                     31:        put trailing /'s in module names, so fix the document for the
                     32:        moment.
                     33:        [Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>]
                     34:
                     35: 2002-02-06  Akinori MUSHA  <knu@iDaemons.org>
                     36:
                     37:        * cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp.
                     38:
                     39:        * cvsweb.cgi: Never pass 'MAIN' to cvs(1).  'HEAD' is the valid
                     40:        tag.
                     41:
3.22      knu        42: 2001-11-08  Akinori MUSHA  <knu@iDaemons.org>
                     43:
                     44:        * cvsweb.conf-freebsd: Allow downloading a tarball of a project
                     45:        directory as well as a port directory.
3.20      knu        46:
3.23      knu        47:        * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.0.
                     48:
3.20      knu        49: 2001-10-11  Akinori MUSHA  <knu@iDaemons.org>
3.21      knu        50:
                     51:        * cvsweb.cgi, cvsweb.conf: Introduce optional output filter.
                     52:        [Requested by:  Shigeyuki Fukushima <shige@FreeBSD.org>]
3.20      knu        53:
                     54:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                     55:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                     56:        cvsweb.conf-ruby: Add FreeBSD tags and adjust my vendor tags.
                     57:
3.19      knu        58: 2001-10-08  Akinori MUSHA  <knu@iDaemons.org>
                     59:
                     60:        * cvsweb.cgi: Fix a bug where it produces wrong download links
                     61:        when cvsweb.cgi is placed right under the document root.
                     62:        [Reported by:    Arnaud on EFnet]
                     63:
3.18      knu        64: 2001-08-01  Akinori MUSHA  <knu@iDaemons.org>
                     65:
                     66:        * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs
                     67:        -nasc -ce
                     68:
                     69:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                     70:        cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2
                     71:        -sbt=2 -ci=4 -noll -sfs -nasc -ce
                     72:
                     73:        * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles
                     74:        instead of @DissallowRead to forbid user to cvs
                     75:        checkout/diff/annotate specified files.
                     76:
                     77:        * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes.
                     78:
3.17      knu        79: 2001-07-26  Akinori MUSHA  <knu@iDaemons.org>
                     80:
                     81:        * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin
                     82:        directory is unreadable.
                     83:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                     84:
                     85:        * cvsweb.cgi: Let the module/path box appear and work properly
                     86:        when there is only one repository.
                     87:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                     88:
3.15      knu        89: 2001-07-06  Akinori MUSHA  <knu@iDaemons.org>
                     90:
                     91:        * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
                     92:        archiver.
                     93:
3.16      knu        94:        * cvsweb.cgi: MFZ 1.110.  But the bug had already been fixed in
                     95:        knu-cvsweb.
                     96:
3.14      knu        97: 2001-06-22  Akinori MUSHA  <knu@iDaemons.org>
                     98:
                     99:        * cvsweb.cgi: Get rid of a potential "uninitialized variable
                    100:        usage" warning.
                    101:        [Submitted by: Bill Fenner <fenner@FreeBSD.org>]
                    102:
3.13      knu       103: 2001-06-08  Akinori MUSHA  <knu@iDaemons.org>
                    104:
                    105:        * cvsweb.cgi: MFZ 1.109.  Preset the global variable the stores
                    106:        the per file cvs info to avoid accumulating cruft under modperl.
                    107:
3.12      knu       108: 2001-06-05  Akinori MUSHA  <knu@iDaemons.org>
                    109:
                    110:        * cvsweb.cgi: Change "Previous Directory" to "Parent Directory".
                    111:
                    112:        * cvsweb.cgi: Properly HTML-quote function names in the colored
                    113:        diff view.
                    114:        [Submitted by: Ian Whalley <ian@whalley.org>]
                    115:
3.11      knu       116: 2001-05-18  Akinori MUSHA  <knu@iDaemons.org>
                    117:
                    118:        * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
                    119:        [FreeBSD PR: 26851]
                    120:        [Submitted by: David Wolfskill <dhw@whistle.com>]
                    121:
3.9       knu       122: 2001-05-10  Akinori MUSHA  <knu@iDaemons.org>
                    123:
3.10      knu       124:        * cvsweb.cgi: Correct a link in the navigation header.
3.9       knu       125:        [Submitted by: Tanaka Akira <akr@m17n.org>]
                    126:
3.8       knu       127: 2001-05-08  Akinori MUSHA  <knu@iDaemons.org>
                    128:
                    129:        * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
                    130:
3.7       knu       131: 2001-04-25  Akinori MUSHA  <knu@iDaemons.org>
3.4       knu       132:
3.7       knu       133:        * cvsweb.conf: Introduce the new knu-cvsweb site:
                    134:        http://www.idaemons.org/~knu/cvsweb/
                    135:
                    136:        * ChangeLog: Update and reformat.
                    137:
                    138: 2001-03-28 02:20  knu
                    139:
                    140:        * cvsweb.cgi: Re-fix the bogus fix for the previous
                    141:        colons-in-a-filename problem.
                    142:        [Noted by: Yar Tikhiy <yar@freebsd.org>]
                    143:
                    144: 2001-03-28 01:39  knu
                    145:
                    146:        * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
                    147:        Transitional.
                    148:        [Submitted by: Will Andrews <will@physics.purdue.edu>]
                    149:        [Validated by: http://validator.w3.org/]
3.4       knu       150:
3.7       knu       151: 2001-03-23 04:46  knu
3.4       knu       152:
3.6       knu       153:        * cvsweb.cgi: MFZ: 1.106.  Do closedir() properly.
                    154:
3.7       knu       155: 2001-03-23 04:36  knu
                    156:
                    157:        * ChangeLog: Add a log missed on 2001-02-01.
                    158:
                    159: 2001-03-23 04:29  knu
                    160:
                    161:        * ChangeLog: Encode colons in file names properly.
                    162:        [FreeBSD PR: 25963]
                    163:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    164:
                    165: 2001-03-23 04:27  knu
                    166:
                    167:        * cvsweb.cgi: Encode colons in file names properly.
                    168:        [FreeBSD PR: 25963]
                    169:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    170:
                    171: 2001-02-02 06:39  knu
3.5       knu       172:
                    173:        * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7       knu       174:        [Requested by: Julian Elischer <julian@elischer.org>]
3.5       knu       175:
3.7       knu       176: 2001-01-29 12:54  knu
3.3       knu       177:
                    178:        * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
                    179:        One leftover substitution: "cvs" -> $CMD{cvs}
                    180:
3.7       knu       181: 2001-01-14 18:04  knu
                    182:
                    183:        * cvsweb.conf: s/at here/here/
                    184:
                    185: 2001-01-13 16:48  knu
3.2       knu       186:
3.7       knu       187:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    188:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    189:        cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2       knu       190:
                    191:        * cvsweb.cgi: MFZ: 1.105.
                    192:
                    193:        * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    194:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    195:        cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
                    196:
3.7       knu       197: 2001-01-12 16:48  knu
                    198:
                    199:        * ChangeLog: Add ChangeLog.
                    200:
3.1       knu       201: 2001-01-12 08:42  knu
                    202:
3.7       knu       203:        * cvsweb.cgi: Clean up URI parser.
                    204:
                    205:        * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
                    206:        parser.
                    207:        [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
                    208:
                    209:        * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1       knu       210:        Allow downloading a single port/pkgsrc in tarball by default.
                    211:
                    212: 2001-01-12 03:17  knu
                    213:
                    214:        * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
                    215:        `uname`.
3.7       knu       216:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       217:
                    218: 2001-01-11 11:00  knu
                    219:
                    220:        * cvsweb.cgi, cvsweb.conf: Oops.
                    221:
                    222: 2001-01-11 10:52  knu
                    223:
                    224:        * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    225:        cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
                    226:        zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
                    227:        with the block size, which is just garbage for a receiver.
3.7       knu       228:        [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
                    229:
                    230:        * cvsweb.cgi: Have $uname variable to hold the OS implementation
                    231:        name.
                    232:
                    233:        * cvsweb.conf: Move %CMD's initialization part to the beginning of
                    234:        cvsweb.conf so it can use $uname and configure properly for the
                    235:        OS.
                    236:
                    237:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    238:        cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
                    239:        conditional blocks using $uname.
                    240:
                    241:        * cvsweb.cgi: Fix some open() calls in good manners.
3.1       knu       242:
                    243: 2001-01-05 09:00  knu
                    244:
                    245:        * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
                    246:        paranoia) It's nothing to worry since cvsweb.cgi always invokes
                    247:        executables by full paths, though.
3.7       knu       248:
                    249:        * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1       knu       250:
                    251: 2001-01-03 17:57  knu
                    252:
3.7       knu       253:        * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1       knu       254:        Search commands for itself and specify them by full paths.
                    255:
                    256: 2001-01-03 11:55  knu
                    257:
                    258:        * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
                    259:        when redirecting.  Now module alias redirection and Attic
                    260:        redirection work with all sticky variables preserved. (Previously
                    261:        they didn't work against a non-default cvsroot)
3.7       knu       262:
                    263:        * cvsweb.cgi: Put a text field on each directory view that allows
                    264:        user to jump directly to an arbitrary module, which can be
                    265:        specified either by a full module/file path or by a module alias.
3.1       knu       266:
                    267: 2001-01-03 08:34  knu
                    268:
                    269:        * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
                    270:        in the specified order, not alphabetical.
3.7       knu       271:
                    272:        * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
                    273:        is the default directory for configuration files.
3.1       knu       274:
                    275: 2001-01-02 21:23  knu
                    276:
                    277:        * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7       knu       278:
                    279:        * cvsweb.cgi: Change perl command line: Change perl5 to perl and
                    280:        just declare `require 5.000'. Remove -s option that was intended
                    281:        for debug use.  Add -T option to perform security checks.
                    282:
                    283:        * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
                    284:        value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
                    285:        Search the same directory that cvsweb.cgi is in instead of the
                    286:        current directory.
                    287:
                    288:        * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
                    289:        Change the loop to `while (1) { ... last; }'.
                    290:
                    291:        * cvsweb.cgi, cvsweb.conf: Don't do chdir.  Instead, use tar(1)'s
                    292:        -C option and cvs(1) export's -d option.
                    293:
                    294:        * cvsweb.cgi: Explicitly define $ENV{PATH}.
                    295:
                    296:        * cvsweb.conf: Turn $allow_compress off by default so user can
                    297:        debug cvsweb.cgi easily.
3.1       knu       298:
                    299: 2001-01-02 08:15  knu
                    300:
3.7       knu       301:        * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
                    302:        `Bug' instead of `PR' as the bug report identifier.
                    303:
                    304:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    305:        cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
                    306:        cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
                    307:        FreeBSD specific configuration values to cvsweb.conf-freebsd.
                    308:
                    309:        * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1       knu       310:
                    311: 2001-01-02 06:24  knu
                    312:
                    313:        * cvsweb.conf: Add `pending' to the list of PR categories.
                    314:
                    315: 2001-01-02 05:57  knu
                    316:
                    317:        * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7       knu       318:        [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1       knu       319:
                    320: 2000-12-30 08:56  knu
                    321:
3.7       knu       322:        * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1       knu       323:        Specify -rHEAD when no tag/branch is defaulted.
                    324:
                    325: 2000-12-30 08:35  knu
                    326:
                    327:        * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
                    328:        turn it off by default.  This option should be turned off when you
                    329:        have files in the repository that are in a multibyte encoding which
                    330:        uses HTML special characters ([<>&"]) as part of a multi-byte
                    331:        character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
                    332:        files will get screwed up in markup.
3.7       knu       333:
                    334:        * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
                    335:        tar(1): Add @tar_options variable and make the
                    336:        --ignore-failed-read flag optional.  Use cvs export instead of cvs
                    337:        checkout, so the --exclude 'CVS' flag isn't needed.
                    338:        [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
                    339:
                    340:        * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
                    341:        -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
                    342:        it): Add @cvs_options and make the -R flag optional.
3.1       knu       343:
                    344: 2000-12-29 22:29  knu
                    345:
                    346:        * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7       knu       347:        [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1       knu       348:
                    349: 2000-12-29 18:12  knu
                    350:
                    351:        * cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
                    352:        instead.
                    353:
                    354: 2000-12-29 17:47  knu
                    355:
                    356:        * cvsweb.cgi: Add the prototype declaration for hrefquote().
                    357:
                    358: 2000-12-29 03:17  knu
                    359:
                    360:        * README.knu: Mention automatic tarball generation feature.
                    361:
                    362: 2000-12-29 03:16  knu
                    363:
3.7       knu       364:        * TODO.knu: Directory sorting was fixed at the same time that
                    365:        "show only tags" feature was fixed.
3.1       knu       366:
                    367: 2000-12-29 03:07  knu
                    368:
                    369:        * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
                    370:
                    371: 2000-12-29 02:49  knu
                    372:
                    373:        * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
                    374:        feature.  You can check out a whole directory in gzipped tarball.
3.7       knu       375:        [Obtained from: Debian package: cvsweb_1.93-1]
                    376:
                    377:        * cvsweb.cgi: Allow space characters in file names. (not tested
                    378:        yet)
3.1       knu       379:
                    380: 2000-12-18 13:25  knu
                    381:
                    382:        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
                    383:        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
                    384:        drop it.  This should fix the "show only tags" feature.
                    385:
                    386: 2000-12-18 12:47  knu
                    387:
                    388:        * cvsweb.cgi: Silence the warnings.
                    389:
                    390: 2000-12-18 11:48  knu
                    391:
                    392:        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
                    393:        over the cvsweb.
3.7       knu       394:        [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1       knu       395:
                    396: 2000-12-08 00:11  knu
                    397:
                    398:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    399:        (again)
                    400:
                    401: 2000-12-07 03:20  knu
                    402:
                    403:        * TODO.knu: Mention "show only tags" feature breakage.
                    404:
                    405: 2000-12-07 03:19  knu
                    406:
                    407:        * cvsweb.cgi: Emit a rather better error message when a user
                    408:        requests to check out a deleted file.
3.7       knu       409:        [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
                    410:
                    411:        * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
                    412:        options to the cvs command line should have obsoleted it)
                    413:
                    414:        * cvsweb.cgi: Optimize, clean up.
3.1       knu       415:
                    416: 2000-11-23 04:26  knu
                    417:
                    418:        * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
                    419:        the charset for HTML output.
3.7       knu       420:        [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1       knu       421:
                    422: 2000-11-05 00:32  knu
                    423:
                    424:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    425:
                    426: 2000-11-03 02:36  knu
                    427:
                    428:        * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
                    429:
                    430: 2000-11-03 02:34  knu
                    431:
3.7       knu       432:        * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
                    433:        such version numbers in import -b even if not strictly legal...")
3.1       knu       434:
                    435: 2000-11-03 02:33  knu
                    436:
                    437:        * cvsweb.conf: Set the default diff type to unidiff for all
                    438:        browsers, not only text-based ones.
                    439:
                    440: 2000-10-21 00:46  knu
                    441:
                    442:        * cvsweb.cgi: Always give options to click on a non-colored diff
                    443:        _and_ a colored diff.
3.7       knu       444:        [Requested by: SO many people :>]
3.1       knu       445:
                    446: 2000-10-20 22:59  knu
                    447:
                    448:        * TODO.knu: Hyperlinking was properly fixed.
                    449:
                    450: 2000-10-20 21:28  knu
                    451:
                    452:        * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
                    453:        won't nest. :)
3.7       knu       454:
                    455:        * cvsweb.cgi: Do not show additional "(colored)" diff links when
                    456:        long colored diff is the default.
                    457:
                    458:        * cvsweb.cgi: Reduce the use of `.' operator that is known to be
                    459:        expensive.  Fix indent, clean up.
3.1       knu       460:
                    461: 2000-10-11 06:14  knu
                    462:
                    463:        * cvsweb.cgi: Introduce a new function: htmlquote().
3.7       knu       464:
                    465:        * cvsweb.cgi: Clean up hyperlink tags.
                    466:
                    467:        * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
                    468:
                    469:        * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1       knu       470:
                    471: 2000-10-11 03:48  knu
                    472:
                    473:        * cvsweb.cgi: - Recognize "links" as another text mode browser.  -
                    474:        Fix the revision links in the annotation view of a file.
3.7       knu       475:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       476:
                    477: 2000-10-07 16:44  knu
                    478:
                    479:        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7       knu       480:
                    481:        * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
                    482:        as "foo(1)".
3.1       knu       483:
                    484: 2000-10-07 16:35  knu
                    485:
                    486:        * cvsweb.cgi: Fix screwups in the last commit.
3.7       knu       487:
                    488:        * cvsweb.cgi: Parse rlog's output explicitly.  Recognize 77 ='s as
                    489:        a file separator, and 28 -'s as revision separator.
                    490:        [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       491:
                    492: 2000-10-03 04:07  knu
                    493:
                    494:        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
                    495:        variables when they are done.
                    496:
                    497: 2000-10-01 05:10  knu
                    498:
3.7       knu       499:        * cvsweb.cgi: Fix annotation bugs.
                    500:
                    501:        * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
                    502:        worked, sigh)
                    503:
                    504:        * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1       knu       505:
                    506: 2000-10-01 03:48  knu
                    507:
                    508:        * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
                    509:        log in history) flags when doing a cvs annotation so that one does
                    510:        not need to turn on the write permission on CVSROOT/history for the
                    511:        user which httpd runs cvsweb.cgi as. (typically "nobody")
                    512:
                    513: 2000-10-01 03:27  knu
                    514:
                    515:        * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7       knu       516:        [Inspired by: "Dan Langille" <dan@langille.org>]
3.1       knu       517:
                    518: 2000-09-29 03:06  knu
                    519:
                    520:        * cvsweb.cgi: Trap errors in the configuration files on loading and
                    521:        show error messages.  (Previously it failed silently)
3.7       knu       522:        [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1       knu       523:
                    524: 2000-09-22 20:13  knu
                    525:
                    526:        * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
                    527:        $body_tag_for_src to allow to set the foreground color.
3.7       knu       528:        [Noticed by: dcs@FreeBSD.org]
3.1       knu       529:
                    530: 2000-09-22 00:30  knu
                    531:
                    532:        * cvsweb.cgi: MFZ: 1.103.
                    533:
                    534: 2000-09-20 05:07  knu
                    535:
3.7       knu       536:        * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
                    537:        expanding tabs into spaces.  Currently, only first 10 lines are
                    538:        scanned for the directives.
3.1       knu       539:
                    540: 2000-09-20 04:57  knu
                    541:
3.7       knu       542:        * cvsweb.cgi: MFZ: 1.101.
                    543:
                    544:        * cvsweb.cgi: Fix a few bugs under mod_perl.
                    545:
                    546:        * cvsweb.cgi: Use the Compress::Zlib module if available.
                    547:
                    548:        * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1       knu       549:
                    550: 2000-09-20 03:35  knu
                    551:
3.7       knu       552:        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
                    553:        last update.
3.1       knu       554:
                    555: 2000-09-12 02:11  knu
                    556:
                    557:        * cvsweb.cgi: Allow one to set the default diff type.
3.7       knu       558:        [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       559:
                    560: 2000-09-10 20:54  knu
                    561:
                    562:        * cvsweb.cgi: Clean up spacedHtmlText().
                    563:
                    564: 2000-09-05 00:55  knu
                    565:
                    566:        * README.knu: Mention revision numbers hyperlinking in annotation.
                    567:
                    568: 2000-09-05 00:53  knu
                    569:
                    570:        * cvsweb.cgi: Get the revision numbers in annotation available as
                    571:        hyperlinks.
3.7       knu       572:        [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1       knu       573:
                    574: 2000-09-04 23:50  knu
                    575:
3.7       knu       576:        * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1       knu       577:        s/\s+\n$//; --> s/\s+$/\n/;
3.7       knu       578:        [FreeBSD PR: misc/20989]
                    579:        [Submitted by: Tony Finch <dot@dotat.at>]
3.1       knu       580:
                    581: 2000-09-04 03:25  knu
                    582:
                    583:        * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
                    584:        hyperlinking.
                    585:
                    586: 2000-09-04 02:33  knu
                    587:
                    588:        * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
                    589:        just the first one.  (s/// --> s///g)
                    590:
                    591: 2000-08-25 18:01  knu
                    592:
                    593:        * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
                    594:        noting that `-p' option of diff(1) can only be used with context
                    595:        and unified diffs.
3.7       knu       596:        [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
                    597:
                    598:        * cvsweb.cgi: Allow to specify CVS tags or branch names (including
                    599:        `.' and `HEAD') on cvs checkout.
                    600:        (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
                    601:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
                    602:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1       knu       603:        Not for diff currently, as rcsdiff does not grok CVS tags.
3.7       knu       604:        [Inspired by: Folks at the FreeBSD cvs-all list.]
                    605:
                    606:        * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
                    607:        `-l' (do not log in the command history) on cvs checkout, so that
                    608:        one does not need a write permission with the repository.
3.1       knu       609:
                    610: 2000-08-25 00:53  knu
                    611:
                    612:        * cvsweb.cgi: MFZ 1.94.
                    613:
                    614: 2000-08-16 05:39  knu
                    615:
                    616:        * cvsweb.conf: Turn evil $hr_ignwhite off.
                    617:
                    618: 2000-08-15 17:35  knu
                    619:
3.7       knu       620:        * cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  -->
3.1       knu       621:        s/\s+\n$//;
3.7       knu       622:
3.1       knu       623:        Whitespace cleanup.
                    624:
                    625: 2000-08-15 15:54  knu
                    626:
                    627:        * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7       knu       628:
                    629:        * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1       knu       630:
                    631: 2000-08-14 03:58  knu
                    632:
                    633:        * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
                    634:        don't exist in /usr/local/etc/.
                    635:
                    636: 2000-08-01 21:42  knu
                    637:
                    638:        * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
                    639:
                    640: 2000-07-29 21:41  knu
                    641:
                    642:        * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
                    643:
                    644: 2000-07-29 21:10  knu
                    645:
                    646:        * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
                    647:        NetBSD.
                    648:
                    649: 2000-07-29 21:04  knu
                    650:
                    651:        * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
                    652:        NetBSD.
                    653:
                    654: 2000-07-29 20:16  knu
                    655:
                    656:        * README.knu: Add an RCS tag.
                    657:
                    658: 2000-07-29 20:07  knu
                    659:
                    660:        * README.knu: Add README.knu to document the enhancements over
                    661:        Zeller's version.
                    662:
                    663: 2000-07-29 18:24  knu
                    664:
                    665:        * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
                    666:
                    667: 2000-07-29 06:38  knu
                    668:
                    669:        * cvsweb.cgi: D'oh.  Correct @stickyvars.
                    670:
                    671: 2000-07-29 04:38  knu
                    672:
3.7       knu       673:        * cvsweb.cgi: Output diffs in unidiff format for text-based
                    674:        browsers. (by default)
                    675:
                    676:        * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1       knu       677:
                    678: 2000-07-29 02:24  knu
                    679:
3.7       knu       680:        * cvsweb.cgi: Merge From Zeller: 1.93
                    681:
                    682:        * cvsweb.cgi: Use CR LF in HTTP header.
                    683:
                    684:        * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
                    685:        instead of closing it.
3.1       knu       686:
                    687: 2000-07-28 01:16  knu
                    688:
                    689:        * cvsweb.cgi, cvsweb.conf: Clean up.
3.7       knu       690:
                    691:        * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
                    692:        always show function names if defined.  (It has been only for
                    693:        human readable format until this change)
3.1       knu       694:
                    695: 2000-07-20 20:52  knu
                    696:
                    697:        * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
                    698:        embed per CVSROOT description.
                    699:
                    700: 2000-07-20 20:14  knu
                    701:
                    702:        * cvsweb.conf: Make $hr_funout default.
                    703:
                    704: 2000-07-20 20:06  knu
                    705:
                    706:        * cvsweb.conf: Display my mail address instead of Zeller's.
                    707:
                    708: 2000-07-20 06:59  knu
                    709:
                    710:        * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
                    711:        icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
                    712:        icons/minitext.gif, icons/text.gif: Start point.
                    713:

CVSweb