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

Annotation of cvsweb/ChangeLog, Revision 3.93

3.22      knu         1: $FreeBSD$
3.92      scop        2:
                      3: 2003-09-06  Ville Skyttä  <scop@FreeBSD.org>
                      4:
3.93    ! scop        5:        * cvsweb.cgi: Get rid of mod_perl specific code.
        !             6:        It's not needed and will only cause trouble because of subtle
        !             7:        differences between mod_perl 1 and 2.
        !             8:
3.92      scop        9:        * cvsweb.cgi: Try to find and cd into a readable directory
                     10:        before doing any cvs or rcs operations for better support for
                     11:        non-readable cgi-bin directories.
                     12:
3.91      scop       13: 2003-08-12  Ville Skyttä  <scop@FreeBSD.org>
                     14:
                     15:        * cvsweb.cgi, cvsweb.css: Use String::Ediff for Emacs-style
                     16:        human readable ediffs if available.
                     17:        [Submitted by: Bo Zou <boxzou@yahoo.com> (modified)]
                     18:
3.90      scop       19: 2003-08-08  Ville Skyttä  <scop@FreeBSD.org>
                     20:
                     21:        * cvsweb.cgi: Use IPC::Run instead of IPC::Open2 and IO::Pipe
                     22:        for better portablity (eg. for mod_perl 1.99+).
                     23:
3.87      scop       24: 2003-08-03  Ville Skyttä  <scop@FreeBSD.org>
                     25:
                     26:        * cvsweb.cgi: Baby steps in use of File::Spec (0.8+) for
                     27:        better portability.
3.89      scop       28:
                     29:        * cvsweb.cgi: Implement enscript-colored diffs
                     30:
                     31:        * cvsweb.cgi (doDiff): Use rcsdiff_options.
3.88      scop       32:
                     33:        * cvsweb.conf (rcsdiff_options): New.
3.87      scop       34:
3.86      scop       35: 2003-07-30  Ville Skyttä  <scop@FreeBSD.org>
                     36:
                     37:        * cvsweb.conf-freebsd (prcategories): Bring up to date.
                     38:        [Submitted by: simon@FreeBSD.org]
                     39:
3.85      scop       40: 2003-07-20  Ville Skyttä  <scop@FreeBSD.org>
                     41:
                     42:        * cvsweb.cgi: Make $cvstreedefault optional in cvsweb.conf,
                     43:        improve error messages and warnings.
                     44:        * cvsweb.conf: Doc updates.
                     45:
3.83      scop       46: 2003-06-25  Ville Skyttä  <scop@FreeBSD.org>
                     47:
                     48:        * cvsweb.cgi: Rework MIME type discovery, now uses
                     49:        MIME::Types(3) if it's available.
3.84      scop       50:        (cvswebMarkup): Use height="100%" for <embed>.
3.83      scop       51:        * cvsweb.conf: Doc update, comment out '*' from %MTYPES.
                     52:        [Heads up by: Daniel Wallner <daniel.wallner@bredband.net>]
                     53:
3.81      scop       54: 2003-06-24  Ville Skyttä  <scop@FreeBSD.org>
                     55:
                     56:        * cvsweb.cgi: Don't try to rlog(1) unreadable files
                     57:        [Submitted by: Bernd Groh <bgroh@redhat.com> (modified)]
                     58:
                     59:        * cvsweb.cgi (doGraphView): Make it work with multiple roots.
                     60:        [Submitted by: Christophe Kalt <kalt@taranis.org>]
                     61:
3.82      scop       62:        * cvsweb.cgi: Show binary (-kb) files with a different icon,
                     63:        show keyword expansion mode in log view.
                     64:        * cvsweb.conf: Add binfile to %ICONS.
                     65:        * icons/binary.gif: New.
                     66:        [Submitted by: Paul Gelderblom <paulgelderblom@bigfoot.com>]
                     67:
3.79      scop       68: 2003-05-04  Ville Skyttä  <scop@FreeBSD.org>
                     69:
                     70:        * cvsweb.cgi (cvswebMarkup): Implement line number output.
                     71:        [Submitted by: Roy Smith <roy@panix.com> (modified)]
                     72:
3.80      scop       73:        * cvsweb.conf (DEFAULTVALUE): Don't show line numbers by default.
3.79      scop       74:        * enscript/lang_cvsweb.st: Support for line numbers.
                     75:        * css/cvsweb.css (src): Ditto.
                     76:        * README.FreeBSD: Ditto.
                     77:
3.78      scop       78: 2003-05-01  Ville Skyttä  <scop@FreeBSD.org>
                     79:
                     80:        * cvsweb.cgi (cvswebMarkup): Syntax highlighting with GNU Enscript.
                     81:        * cvsweb.conf (CMD): Search for enscript.
                     82:        * cvsweb.conf (allow_enscript, enscript_options, enscript_types): New.
                     83:        * enscript/lang_cvsweb.st: New.
                     84:        [Submitted by: Neal Horman <neal@wanlink.com> (modified)]
                     85:
                     86:        * INSTALL: Document GNU Enscript stuff.
                     87:        * README.FreeBSD: Ditto.
                     88:
3.75      scop       89: 2003-04-27  Ville Skyttä  <scop@FreeBSD.org>
                     90:
                     91:        * cvsweb.cgi: Nuke $verbose and some undefinedness warnings.
3.77      scop       92:        Handle text/vnd.viewcvs-markup for interoperability/easier
                     93:        migration from ViewCVS.
                     94:
                     95:        * cvsweb.cgi (fileSortCmp): Sort parent dir first, then Attic.
                     96:
                     97:        * cvsweb.cgi (htmlify): Don't link "man pages" that contain only
                     98:        numbers and punctuation.
                     99:
                    100:        * cvsweb.cgi (doGraphView): Prevent cross site scripting in
                    101:        CvsGraph maps, output HTML 4.
                    102:
                    103:        * INSTALL: Minimum supported CvsGraph version is 1.4.0.
3.75      scop      104:
3.74      knu       105: 2003-02-11  Akinori MUSHA  <knu@iDaemons.org>
                    106:
                    107:        * cvsweb.cgi (htmlify): Improve man page linking. [Requested by:
                    108:        Yoshihiko SARUMARU <mistral@imasy.or.jp>]
                    109:
3.72      scop      110: 2002-12-23  Ville Skyttä  <scop@FreeBSD.org>
                    111:
                    112:        * cvsweb.conf*, cvsweb.cgi: Use $^O instead of `uname`.
                    113:        See the perlport(1) manual page for $^O values.
                    114:
                    115:        * cvsweb.conf (CMD): Prefer gtar over tar.
                    116:        (zip_options): Add -q to prevent zip(1) from trashing error logs.
                    117:
3.73      scop      118:        * cvsweb.cgi: Get rid of unsafe environment variables.
                    119:        [Submitted by: Paul Gelderblom <paul.gelderblom@lostboys.nl>]
                    120:
3.70      scop      121: 2002-12-21  Ville Skyttä  <scop@FreeBSD.org>
                    122:
                    123:        * cvsweb.conf (file_list_len): New configuration variable.
                    124:
3.71      scop      125:        * cvsweb.cgi (getDirLogs): Use $file_list_len to handle dirs
                    126:        with lots of files.
3.70      scop      127:        [Submitted by:  Peter Klausner <peter.klausner@systor.com> and
                    128:         Tomas Novak <tnovak@atrey.karlin.mff.cuni.cz> (modified)]
3.71      scop      129:
                    130:        * cvsweb.cgi: Add case (in)sensitive sort option for files.
                    131:        [Submitted by: Paul Gelderblom <paul.gelderblom@lostboys.nl>]
3.70      scop      132:
3.69      scop      133: 2002-11-24  Ville Skyttä  <scop@FreeBSD.org>
                    134:
                    135:        * cvsweb.cgi: Use File::Temp for creating temporary stuff,
                    136:        only dirs for now, bump minimum Perl version to 5.005_03.
                    137:
3.67      scop      138: 2002-11-16  Ville Skyttä  <scop@FreeBSD.org>
                    139:
3.68      scop      140:        * cvsweb.cgi: Move CSS to external file, HTML escaping fixes.
3.67      scop      141:        * cvsweb.conf: New configuration variable: $cssurl
                    142:        * css/cvsweb.css: New.
                    143:
3.66      scop      144: 2002-11-13  Ville Skyttä  <scop@FreeBSD.org>
                    145:
                    146:        * cvsweb.cgi: Implement CvsGraph integration.
                    147:        Thanks to CvsGraph and ViewCVS folks for ideas.
                    148:
                    149:        * cvsweb.conf (allow_cvsgraph, cvsgraph_config): New variables.
                    150:        (ICONS): Add graph icon.
                    151:
                    152:        * icons/minigraph.png: New.
                    153:
                    154:        * INSTALL, README.FreeBSD, TODO.FreeBSD: CvsGraph update.
                    155:
3.64      scop      156: 2002-10-21  Ville Skyttä  <scop@FreeBSD.org>
                    157:
                    158:        * cvsweb.cgi: More CSS'ifications.
3.65      scop      159:        (htmlify): Improve URL regexp.
                    160:
3.64      scop      161:        * cvsweb.conf: Remove many options obsoleted by use of CSS,
                    162:        they'll be customizable again when the CSS moves to an external
                    163:        file.
                    164:
3.63      scop      165: 2002-09-23  Ville Skyttä  <scop@FreeBSD.org>
                    166:
                    167:        * cvsweb.conf (annotate_options): New config variable.
                    168:        * cvsweb.cgi (doAnnotate): Use @annotate_options.
                    169:        [Idea from: Debian bug tracking system (#117112)]
                    170:
3.60      scop      171: 2002-08-16  Ville Skyttä  <scop@FreeBSD.org>
                    172:
3.61      scop      173:        * cvsweb.cgi (doAnnotate): Make annotate work under mod_perl.
                    174:
3.62      scop      175:        * cvsweb.cgi (html_footer): Output address only if it's set.
                    176:        [Obtained from: NetBSD (modified)]
                    177:
3.60      scop      178:        * cvsweb.conf: Add -u to cvs_options by default on NetBSD.
                    179:        [Obtained from: NetBSD]
                    180:
3.58      scop      181: 2002-08-04  Ville Skyttä  <scop@FreeBSD.org>
                    182:
                    183:        * cvsweb.cgi: Made annotate work against a read only repository.
                    184:        This implementation uses the global -n option to cvs(1) if
                    185:        any of the annotate dirs is not writable.  If all are, we don't
                    186:        use -n since locking ensures consistent annotations.
                    187:        While working with this, noticed that annotate didn't work under
                    188:        mod_perl, nor does it after this change.
                    189:
3.59      scop      190:        * cvsweb.cgi: Fix annotate HTML output.
                    191:
3.57      scop      192: 2002-08-03  Ville Skyttä  <scop@FreeBSD.org>
                    193:
                    194:        * cvsweb.cgi: Escape filenames in directory listings.
                    195:        Re-indentation, whitespace cleanup.
                    196:
3.56      scop      197: 2002-07-30  Ville Skyttä  <scop@FreeBSD.org>
                    198:
                    199:        * INSTALL: Recommend cvs >= 1.11, typo fixes.
                    200:
                    201:        * cvsweb.conf (cvs_options): Mention cvs < 1.11 '-l' bug.
                    202:
3.55      scop      203: 2002-07-23  Ville Skyttä  <scop@FreeBSD.org>
                    204:
                    205:        * cvsweb.cgi: Fix diffs between tags.
3.54      scop      206:
                    207:        * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.5.
                    208:
3.53      scop      209: 2002-07-18  Ville Skyttä  <scop@FreeBSD.org>
                    210:
                    211:        * cvsweb.cgi (chooseMirror):
                    212:        Cleanup, sort and reformat mirror listing, fix HTML.
                    213:
                    214:        * cvsweb.cgi (chooseCVSRoot):
                    215:        Fix duplicate accesskeys and id's in the "front" page.
                    216:
                    217:        * cvsweb.cgi (download_link):
                    218:        Fix typo in JavaScript download window parameter.
                    219:
3.52      scop      220: 2002-07-14  Ville Skyttä  <scop@FreeBSD.org>
                    221:
                    222:        * cvsweb.cgi (download_link): Include query string in JavaScript
                    223:        download links in order to unbreak downloads from non-default
                    224:        CVS roots.
                    225:        [Submitted by: Yann Droneaud <ydroneaud@meuh.eu.org>]
                    226:
3.51      scop      227: 2002-07-10  Ville Skyttä  <scop@FreeBSD.org>
                    228:
                    229:        * cvsweb.cgi: Don't display @ForbiddenFiles in directory
                    230:        listings; also make sure their logs are not accessible via direct
                    231:        URLs.
                    232:
3.50      scop      233: 2002-07-09  Ville Skyttä  <scop@FreeBSD.org>
                    234:
                    235:        * cvsweb.cgi (fileSortCmp): Fix dir sort order breakage when
                    236:        there are rogue files in the repository dir and the sort order
                    237:        is not by file name.
                    238:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
                    239:
3.46      scop      240: 2002-07-06  Ville Skyttä  <scop@FreeBSD.org>
                    241:
                    242:        * cvsweb.conf (long_intro): Remove authors' email addresses.
                    243:
3.48      scop      244:        * cvsweb.conf (cvs_options): Add -f; avoid reading ~/.cvsrc.
                    245:
3.47      scop      246:        * cvsweb.cgi: Add some labels and access keys to form controls.
                    247:
3.49      scop      248:        * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.4.
                    249:
3.44      scop      250: 2002-07-03  Ville Skyttä  <scop@FreeBSD.org>
                    251:
                    252:        * cvsweb.cgi: Remove an unused variable.
                    253:
3.45      scop      254:        * README, cvsweb.cgi, cvsweb.conf:
                    255:        Update various contact infos and links.
                    256:
3.41      scop      257: 2002-07-02  Ville Skyttä  <scop@FreeBSD.org>
                    258:
                    259:        * cvsweb.cgi (printLog): Remove extra <br> from first log message.
3.22      knu       260:
3.42      scop      261:        * cvsweb.cgi: Variablize HTML metadata, add "generator".
                    262:
3.43      scop      263:        * cvsweb.cgi: Close the CVSROOT/descriptions
                    264:        filehandle after we're finished with it.
                    265:
3.34      knu       266: 2002-05-22  Akinori MUSHA  <knu@iDaemons.org>
3.31      knu       267:
                    268:        * cvsweb.cgi: Read configuration files with `do' instead of
                    269:        `require' to unbreak mod_perl support.
3.32      knu       270:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.31      knu       271:
                    272:        * cvsweb.cgi: Cosmetic fixes.  Use and/or rather than &&/|| to
                    273:        connect sentences.
                    274:
                    275:        * cvsweb.cgi: Exit with -1 if exec() fails.
                    276:
3.33      knu       277:        * cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1.
                    278:        [Submitted by:  Ville Skyttä <ville.skytta@iki.fi>]
3.34      knu       279:
                    280:        * cvsweb.cgi: Prevent cross-site scripting.
                    281:        [Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> (modified)]
3.33      knu       282:
3.35      knu       283:        * cvsweb.cgi: Skip a possible `locked by' clause and extract a
                    284:        revision number out of a log entry properly.
                    285:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
                    286:
3.36      knu       287:        * cvsweb.cgi: Apply some HTML cleanups and use CSS instead of
                    288:        ancient HTML 3/4 tags and attributes.
                    289:        [Submitted by:  Ville Skyttä <ville.skytta@iki.fi>]
                    290:
                    291:        * cvsweb.cgi: Pass `use' features to import to make it more memory
                    292:        efficient.
                    293:        [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
                    294:
3.37      knu       295:        * cvsweb.cgi: Add new configuration variables: $allow_log_extra,
                    296:        $allow_dir_extra, and $allow_source_extra.
                    297:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
                    298:
3.38      knu       299:        * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2.
                    300:
3.39      knu       301:        * cvsweb.cgi: Previous fixes against cross-site scripting
                    302:        vulnerabilities were insufficient and buggy (error messages were
                    303:        messed up).  Revamp fatal() to HTML-quote automatically and fix
                    304:        error message output.
                    305:
3.40      knu       306:        * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.3.
                    307:
3.29      knu       308: 2002-05-11  Akinori MUSHA  <knu@iDaemons.org>
                    309:
                    310:        * cvsweb.cgi: There are no spaces at EOL in modern rlog output.
3.32      knu       311:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.29      knu       312:
3.30      knu       313: 2002-05-08  Motoyuki Konno <motoyuki@FreeBSD.org>
                    314:
                    315:        * cvsweb.cgi: Fix a cross-site scripting vulnerablity.
                    316:
3.28      knu       317: 2002-05-07  Akinori MUSHA  <knu@iDaemons.org>
                    318:
                    319:        * cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD
                    320:        don't use $CVSHeader$ but $Id$.
                    321:        [Submitted by: motoyuki@FreeBSD.org]
                    322:
                    323:        * cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a
                    324:        cvsroot.
                    325:        [Submitted by: motoyuki@FreeBSD.org]
                    326:
                    327:        * cvsweb.cgi: Fix parsing in 'tags' state.
3.32      knu       328:        [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.28      knu       329:
3.25      knu       330: 2002-04-11  Akinori MUSHA  <knu@iDaemons.org>
                    331:
                    332:        * cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup.
3.27      knu       333:        [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
3.25      knu       334:
3.26      knu       335:        * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1.
                    336:
3.24      knu       337: 2002-04-05  Akinori MUSHA  <knu@iDaemons.org>
                    338:
                    339:        * INSTALL: Somehow description configuration doesn't work if you
                    340:        put trailing /'s in module names, so fix the document for the
                    341:        moment.
                    342:        [Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>]
                    343:
                    344: 2002-02-06  Akinori MUSHA  <knu@iDaemons.org>
                    345:
                    346:        * cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp.
                    347:
                    348:        * cvsweb.cgi: Never pass 'MAIN' to cvs(1).  'HEAD' is the valid
                    349:        tag.
                    350:
3.22      knu       351: 2001-11-08  Akinori MUSHA  <knu@iDaemons.org>
                    352:
                    353:        * cvsweb.conf-freebsd: Allow downloading a tarball of a project
                    354:        directory as well as a port directory.
3.20      knu       355:
3.23      knu       356:        * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.0.
                    357:
3.20      knu       358: 2001-10-11  Akinori MUSHA  <knu@iDaemons.org>
3.21      knu       359:
                    360:        * cvsweb.cgi, cvsweb.conf: Introduce optional output filter.
                    361:        [Requested by:  Shigeyuki Fukushima <shige@FreeBSD.org>]
3.20      knu       362:
                    363:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    364:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    365:        cvsweb.conf-ruby: Add FreeBSD tags and adjust my vendor tags.
                    366:
3.19      knu       367: 2001-10-08  Akinori MUSHA  <knu@iDaemons.org>
                    368:
                    369:        * cvsweb.cgi: Fix a bug where it produces wrong download links
                    370:        when cvsweb.cgi is placed right under the document root.
                    371:        [Reported by:    Arnaud on EFnet]
                    372:
3.18      knu       373: 2001-08-01  Akinori MUSHA  <knu@iDaemons.org>
                    374:
                    375:        * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs
                    376:        -nasc -ce
                    377:
                    378:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    379:        cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2
                    380:        -sbt=2 -ci=4 -noll -sfs -nasc -ce
                    381:
                    382:        * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles
                    383:        instead of @DissallowRead to forbid user to cvs
                    384:        checkout/diff/annotate specified files.
                    385:
                    386:        * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes.
                    387:
3.17      knu       388: 2001-07-26  Akinori MUSHA  <knu@iDaemons.org>
                    389:
                    390:        * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin
                    391:        directory is unreadable.
                    392:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                    393:
                    394:        * cvsweb.cgi: Let the module/path box appear and work properly
                    395:        when there is only one repository.
                    396:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                    397:
3.15      knu       398: 2001-07-06  Akinori MUSHA  <knu@iDaemons.org>
                    399:
                    400:        * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
                    401:        archiver.
                    402:
3.16      knu       403:        * cvsweb.cgi: MFZ 1.110.  But the bug had already been fixed in
                    404:        knu-cvsweb.
                    405:
3.14      knu       406: 2001-06-22  Akinori MUSHA  <knu@iDaemons.org>
                    407:
                    408:        * cvsweb.cgi: Get rid of a potential "uninitialized variable
                    409:        usage" warning.
                    410:        [Submitted by: Bill Fenner <fenner@FreeBSD.org>]
                    411:
3.13      knu       412: 2001-06-08  Akinori MUSHA  <knu@iDaemons.org>
                    413:
                    414:        * cvsweb.cgi: MFZ 1.109.  Preset the global variable the stores
                    415:        the per file cvs info to avoid accumulating cruft under modperl.
                    416:
3.12      knu       417: 2001-06-05  Akinori MUSHA  <knu@iDaemons.org>
                    418:
                    419:        * cvsweb.cgi: Change "Previous Directory" to "Parent Directory".
                    420:
                    421:        * cvsweb.cgi: Properly HTML-quote function names in the colored
                    422:        diff view.
                    423:        [Submitted by: Ian Whalley <ian@whalley.org>]
                    424:
3.11      knu       425: 2001-05-18  Akinori MUSHA  <knu@iDaemons.org>
                    426:
                    427:        * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
                    428:        [FreeBSD PR: 26851]
                    429:        [Submitted by: David Wolfskill <dhw@whistle.com>]
                    430:
3.9       knu       431: 2001-05-10  Akinori MUSHA  <knu@iDaemons.org>
                    432:
3.10      knu       433:        * cvsweb.cgi: Correct a link in the navigation header.
3.9       knu       434:        [Submitted by: Tanaka Akira <akr@m17n.org>]
                    435:
3.8       knu       436: 2001-05-08  Akinori MUSHA  <knu@iDaemons.org>
                    437:
                    438:        * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
                    439:
3.7       knu       440: 2001-04-25  Akinori MUSHA  <knu@iDaemons.org>
3.4       knu       441:
3.7       knu       442:        * cvsweb.conf: Introduce the new knu-cvsweb site:
                    443:        http://www.idaemons.org/~knu/cvsweb/
                    444:
                    445:        * ChangeLog: Update and reformat.
                    446:
                    447: 2001-03-28 02:20  knu
                    448:
                    449:        * cvsweb.cgi: Re-fix the bogus fix for the previous
                    450:        colons-in-a-filename problem.
                    451:        [Noted by: Yar Tikhiy <yar@freebsd.org>]
                    452:
                    453: 2001-03-28 01:39  knu
                    454:
                    455:        * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
                    456:        Transitional.
                    457:        [Submitted by: Will Andrews <will@physics.purdue.edu>]
                    458:        [Validated by: http://validator.w3.org/]
3.4       knu       459:
3.7       knu       460: 2001-03-23 04:46  knu
3.4       knu       461:
3.6       knu       462:        * cvsweb.cgi: MFZ: 1.106.  Do closedir() properly.
                    463:
3.7       knu       464: 2001-03-23 04:36  knu
                    465:
                    466:        * ChangeLog: Add a log missed on 2001-02-01.
                    467:
                    468: 2001-03-23 04:29  knu
                    469:
                    470:        * ChangeLog: Encode colons in file names properly.
                    471:        [FreeBSD PR: 25963]
                    472:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    473:
                    474: 2001-03-23 04:27  knu
                    475:
                    476:        * cvsweb.cgi: Encode colons in file names properly.
                    477:        [FreeBSD PR: 25963]
                    478:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    479:
                    480: 2001-02-02 06:39  knu
3.5       knu       481:
                    482:        * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7       knu       483:        [Requested by: Julian Elischer <julian@elischer.org>]
3.5       knu       484:
3.7       knu       485: 2001-01-29 12:54  knu
3.3       knu       486:
                    487:        * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
                    488:        One leftover substitution: "cvs" -> $CMD{cvs}
                    489:
3.7       knu       490: 2001-01-14 18:04  knu
                    491:
                    492:        * cvsweb.conf: s/at here/here/
                    493:
                    494: 2001-01-13 16:48  knu
3.2       knu       495:
3.7       knu       496:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    497:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    498:        cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2       knu       499:
                    500:        * cvsweb.cgi: MFZ: 1.105.
                    501:
                    502:        * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    503:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    504:        cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
                    505:
3.7       knu       506: 2001-01-12 16:48  knu
                    507:
                    508:        * ChangeLog: Add ChangeLog.
                    509:
3.1       knu       510: 2001-01-12 08:42  knu
                    511:
3.7       knu       512:        * cvsweb.cgi: Clean up URI parser.
                    513:
                    514:        * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
                    515:        parser.
                    516:        [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
                    517:
                    518:        * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1       knu       519:        Allow downloading a single port/pkgsrc in tarball by default.
                    520:
                    521: 2001-01-12 03:17  knu
                    522:
                    523:        * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
                    524:        `uname`.
3.7       knu       525:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       526:
                    527: 2001-01-11 11:00  knu
                    528:
                    529:        * cvsweb.cgi, cvsweb.conf: Oops.
                    530:
                    531: 2001-01-11 10:52  knu
                    532:
                    533:        * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    534:        cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
                    535:        zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
                    536:        with the block size, which is just garbage for a receiver.
3.7       knu       537:        [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
                    538:
                    539:        * cvsweb.cgi: Have $uname variable to hold the OS implementation
                    540:        name.
                    541:
                    542:        * cvsweb.conf: Move %CMD's initialization part to the beginning of
                    543:        cvsweb.conf so it can use $uname and configure properly for the
                    544:        OS.
                    545:
                    546:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    547:        cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
                    548:        conditional blocks using $uname.
                    549:
                    550:        * cvsweb.cgi: Fix some open() calls in good manners.
3.1       knu       551:
                    552: 2001-01-05 09:00  knu
                    553:
                    554:        * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
                    555:        paranoia) It's nothing to worry since cvsweb.cgi always invokes
                    556:        executables by full paths, though.
3.7       knu       557:
                    558:        * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1       knu       559:
                    560: 2001-01-03 17:57  knu
                    561:
3.7       knu       562:        * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1       knu       563:        Search commands for itself and specify them by full paths.
                    564:
                    565: 2001-01-03 11:55  knu
                    566:
                    567:        * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
                    568:        when redirecting.  Now module alias redirection and Attic
                    569:        redirection work with all sticky variables preserved. (Previously
                    570:        they didn't work against a non-default cvsroot)
3.7       knu       571:
                    572:        * cvsweb.cgi: Put a text field on each directory view that allows
                    573:        user to jump directly to an arbitrary module, which can be
                    574:        specified either by a full module/file path or by a module alias.
3.1       knu       575:
                    576: 2001-01-03 08:34  knu
                    577:
                    578:        * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
                    579:        in the specified order, not alphabetical.
3.7       knu       580:
                    581:        * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
                    582:        is the default directory for configuration files.
3.1       knu       583:
                    584: 2001-01-02 21:23  knu
                    585:
                    586:        * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7       knu       587:
                    588:        * cvsweb.cgi: Change perl command line: Change perl5 to perl and
                    589:        just declare `require 5.000'. Remove -s option that was intended
                    590:        for debug use.  Add -T option to perform security checks.
                    591:
                    592:        * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
                    593:        value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
                    594:        Search the same directory that cvsweb.cgi is in instead of the
                    595:        current directory.
                    596:
                    597:        * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
                    598:        Change the loop to `while (1) { ... last; }'.
                    599:
                    600:        * cvsweb.cgi, cvsweb.conf: Don't do chdir.  Instead, use tar(1)'s
                    601:        -C option and cvs(1) export's -d option.
                    602:
                    603:        * cvsweb.cgi: Explicitly define $ENV{PATH}.
                    604:
                    605:        * cvsweb.conf: Turn $allow_compress off by default so user can
                    606:        debug cvsweb.cgi easily.
3.1       knu       607:
                    608: 2001-01-02 08:15  knu
                    609:
3.7       knu       610:        * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
                    611:        `Bug' instead of `PR' as the bug report identifier.
                    612:
                    613:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    614:        cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
                    615:        cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
                    616:        FreeBSD specific configuration values to cvsweb.conf-freebsd.
                    617:
                    618:        * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1       knu       619:
                    620: 2001-01-02 06:24  knu
                    621:
                    622:        * cvsweb.conf: Add `pending' to the list of PR categories.
                    623:
                    624: 2001-01-02 05:57  knu
                    625:
                    626:        * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7       knu       627:        [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1       knu       628:
                    629: 2000-12-30 08:56  knu
                    630:
3.7       knu       631:        * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1       knu       632:        Specify -rHEAD when no tag/branch is defaulted.
                    633:
                    634: 2000-12-30 08:35  knu
                    635:
                    636:        * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
                    637:        turn it off by default.  This option should be turned off when you
                    638:        have files in the repository that are in a multibyte encoding which
                    639:        uses HTML special characters ([<>&"]) as part of a multi-byte
                    640:        character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
                    641:        files will get screwed up in markup.
3.7       knu       642:
                    643:        * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
                    644:        tar(1): Add @tar_options variable and make the
                    645:        --ignore-failed-read flag optional.  Use cvs export instead of cvs
                    646:        checkout, so the --exclude 'CVS' flag isn't needed.
                    647:        [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
                    648:
                    649:        * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
                    650:        -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
                    651:        it): Add @cvs_options and make the -R flag optional.
3.1       knu       652:
                    653: 2000-12-29 22:29  knu
                    654:
                    655:        * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7       knu       656:        [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1       knu       657:
                    658: 2000-12-29 18:12  knu
                    659:
                    660:        * cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
                    661:        instead.
                    662:
                    663: 2000-12-29 17:47  knu
                    664:
                    665:        * cvsweb.cgi: Add the prototype declaration for hrefquote().
                    666:
                    667: 2000-12-29 03:17  knu
                    668:
                    669:        * README.knu: Mention automatic tarball generation feature.
                    670:
                    671: 2000-12-29 03:16  knu
                    672:
3.7       knu       673:        * TODO.knu: Directory sorting was fixed at the same time that
                    674:        "show only tags" feature was fixed.
3.1       knu       675:
                    676: 2000-12-29 03:07  knu
                    677:
                    678:        * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
                    679:
                    680: 2000-12-29 02:49  knu
                    681:
                    682:        * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
                    683:        feature.  You can check out a whole directory in gzipped tarball.
3.7       knu       684:        [Obtained from: Debian package: cvsweb_1.93-1]
                    685:
                    686:        * cvsweb.cgi: Allow space characters in file names. (not tested
                    687:        yet)
3.1       knu       688:
                    689: 2000-12-18 13:25  knu
                    690:
                    691:        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
                    692:        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
                    693:        drop it.  This should fix the "show only tags" feature.
                    694:
                    695: 2000-12-18 12:47  knu
                    696:
                    697:        * cvsweb.cgi: Silence the warnings.
                    698:
                    699: 2000-12-18 11:48  knu
                    700:
                    701:        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
                    702:        over the cvsweb.
3.7       knu       703:        [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1       knu       704:
                    705: 2000-12-08 00:11  knu
                    706:
                    707:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    708:        (again)
                    709:
                    710: 2000-12-07 03:20  knu
                    711:
                    712:        * TODO.knu: Mention "show only tags" feature breakage.
                    713:
                    714: 2000-12-07 03:19  knu
                    715:
                    716:        * cvsweb.cgi: Emit a rather better error message when a user
                    717:        requests to check out a deleted file.
3.7       knu       718:        [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
                    719:
                    720:        * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
                    721:        options to the cvs command line should have obsoleted it)
                    722:
                    723:        * cvsweb.cgi: Optimize, clean up.
3.1       knu       724:
                    725: 2000-11-23 04:26  knu
                    726:
                    727:        * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
                    728:        the charset for HTML output.
3.7       knu       729:        [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1       knu       730:
                    731: 2000-11-05 00:32  knu
                    732:
                    733:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    734:
                    735: 2000-11-03 02:36  knu
                    736:
                    737:        * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
                    738:
                    739: 2000-11-03 02:34  knu
                    740:
3.7       knu       741:        * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
                    742:        such version numbers in import -b even if not strictly legal...")
3.1       knu       743:
                    744: 2000-11-03 02:33  knu
                    745:
                    746:        * cvsweb.conf: Set the default diff type to unidiff for all
                    747:        browsers, not only text-based ones.
                    748:
                    749: 2000-10-21 00:46  knu
                    750:
                    751:        * cvsweb.cgi: Always give options to click on a non-colored diff
                    752:        _and_ a colored diff.
3.7       knu       753:        [Requested by: SO many people :>]
3.1       knu       754:
                    755: 2000-10-20 22:59  knu
                    756:
                    757:        * TODO.knu: Hyperlinking was properly fixed.
                    758:
                    759: 2000-10-20 21:28  knu
                    760:
                    761:        * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
                    762:        won't nest. :)
3.7       knu       763:
                    764:        * cvsweb.cgi: Do not show additional "(colored)" diff links when
                    765:        long colored diff is the default.
                    766:
                    767:        * cvsweb.cgi: Reduce the use of `.' operator that is known to be
                    768:        expensive.  Fix indent, clean up.
3.1       knu       769:
                    770: 2000-10-11 06:14  knu
                    771:
                    772:        * cvsweb.cgi: Introduce a new function: htmlquote().
3.7       knu       773:
                    774:        * cvsweb.cgi: Clean up hyperlink tags.
                    775:
                    776:        * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
                    777:
                    778:        * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1       knu       779:
                    780: 2000-10-11 03:48  knu
                    781:
                    782:        * cvsweb.cgi: - Recognize "links" as another text mode browser.  -
                    783:        Fix the revision links in the annotation view of a file.
3.7       knu       784:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       785:
                    786: 2000-10-07 16:44  knu
                    787:
                    788:        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7       knu       789:
                    790:        * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
                    791:        as "foo(1)".
3.1       knu       792:
                    793: 2000-10-07 16:35  knu
                    794:
                    795:        * cvsweb.cgi: Fix screwups in the last commit.
3.7       knu       796:
                    797:        * cvsweb.cgi: Parse rlog's output explicitly.  Recognize 77 ='s as
                    798:        a file separator, and 28 -'s as revision separator.
                    799:        [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       800:
                    801: 2000-10-03 04:07  knu
                    802:
                    803:        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
                    804:        variables when they are done.
                    805:
                    806: 2000-10-01 05:10  knu
                    807:
3.7       knu       808:        * cvsweb.cgi: Fix annotation bugs.
                    809:
                    810:        * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
                    811:        worked, sigh)
                    812:
                    813:        * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1       knu       814:
                    815: 2000-10-01 03:48  knu
                    816:
                    817:        * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
                    818:        log in history) flags when doing a cvs annotation so that one does
                    819:        not need to turn on the write permission on CVSROOT/history for the
                    820:        user which httpd runs cvsweb.cgi as. (typically "nobody")
                    821:
                    822: 2000-10-01 03:27  knu
                    823:
                    824:        * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7       knu       825:        [Inspired by: "Dan Langille" <dan@langille.org>]
3.1       knu       826:
                    827: 2000-09-29 03:06  knu
                    828:
                    829:        * cvsweb.cgi: Trap errors in the configuration files on loading and
                    830:        show error messages.  (Previously it failed silently)
3.7       knu       831:        [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1       knu       832:
                    833: 2000-09-22 20:13  knu
                    834:
                    835:        * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
                    836:        $body_tag_for_src to allow to set the foreground color.
3.7       knu       837:        [Noticed by: dcs@FreeBSD.org]
3.1       knu       838:
                    839: 2000-09-22 00:30  knu
                    840:
                    841:        * cvsweb.cgi: MFZ: 1.103.
                    842:
                    843: 2000-09-20 05:07  knu
                    844:
3.7       knu       845:        * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
                    846:        expanding tabs into spaces.  Currently, only first 10 lines are
                    847:        scanned for the directives.
3.1       knu       848:
                    849: 2000-09-20 04:57  knu
                    850:
3.7       knu       851:        * cvsweb.cgi: MFZ: 1.101.
                    852:
                    853:        * cvsweb.cgi: Fix a few bugs under mod_perl.
                    854:
                    855:        * cvsweb.cgi: Use the Compress::Zlib module if available.
                    856:
                    857:        * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1       knu       858:
                    859: 2000-09-20 03:35  knu
                    860:
3.7       knu       861:        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
                    862:        last update.
3.1       knu       863:
                    864: 2000-09-12 02:11  knu
                    865:
                    866:        * cvsweb.cgi: Allow one to set the default diff type.
3.7       knu       867:        [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       868:
                    869: 2000-09-10 20:54  knu
                    870:
                    871:        * cvsweb.cgi: Clean up spacedHtmlText().
                    872:
                    873: 2000-09-05 00:55  knu
                    874:
                    875:        * README.knu: Mention revision numbers hyperlinking in annotation.
                    876:
                    877: 2000-09-05 00:53  knu
                    878:
                    879:        * cvsweb.cgi: Get the revision numbers in annotation available as
                    880:        hyperlinks.
3.7       knu       881:        [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1       knu       882:
                    883: 2000-09-04 23:50  knu
                    884:
3.7       knu       885:        * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1       knu       886:        s/\s+\n$//; --> s/\s+$/\n/;
3.7       knu       887:        [FreeBSD PR: misc/20989]
                    888:        [Submitted by: Tony Finch <dot@dotat.at>]
3.1       knu       889:
                    890: 2000-09-04 03:25  knu
                    891:
                    892:        * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
                    893:        hyperlinking.
                    894:
                    895: 2000-09-04 02:33  knu
                    896:
                    897:        * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
                    898:        just the first one.  (s/// --> s///g)
                    899:
                    900: 2000-08-25 18:01  knu
                    901:
                    902:        * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
                    903:        noting that `-p' option of diff(1) can only be used with context
                    904:        and unified diffs.
3.7       knu       905:        [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
                    906:
                    907:        * cvsweb.cgi: Allow to specify CVS tags or branch names (including
                    908:        `.' and `HEAD') on cvs checkout.
                    909:        (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
                    910:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
                    911:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1       knu       912:        Not for diff currently, as rcsdiff does not grok CVS tags.
3.7       knu       913:        [Inspired by: Folks at the FreeBSD cvs-all list.]
                    914:
                    915:        * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
                    916:        `-l' (do not log in the command history) on cvs checkout, so that
                    917:        one does not need a write permission with the repository.
3.1       knu       918:
                    919: 2000-08-25 00:53  knu
                    920:
                    921:        * cvsweb.cgi: MFZ 1.94.
                    922:
                    923: 2000-08-16 05:39  knu
                    924:
                    925:        * cvsweb.conf: Turn evil $hr_ignwhite off.
                    926:
                    927: 2000-08-15 17:35  knu
                    928:
3.7       knu       929:        * cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  -->
3.1       knu       930:        s/\s+\n$//;
3.7       knu       931:
3.1       knu       932:        Whitespace cleanup.
                    933:
                    934: 2000-08-15 15:54  knu
                    935:
                    936:        * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7       knu       937:
                    938:        * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1       knu       939:
                    940: 2000-08-14 03:58  knu
                    941:
                    942:        * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
                    943:        don't exist in /usr/local/etc/.
                    944:
                    945: 2000-08-01 21:42  knu
                    946:
                    947:        * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
                    948:
                    949: 2000-07-29 21:41  knu
                    950:
                    951:        * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
                    952:
                    953: 2000-07-29 21:10  knu
                    954:
                    955:        * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
                    956:        NetBSD.
                    957:
                    958: 2000-07-29 21:04  knu
                    959:
                    960:        * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
                    961:        NetBSD.
                    962:
                    963: 2000-07-29 20:16  knu
                    964:
                    965:        * README.knu: Add an RCS tag.
                    966:
                    967: 2000-07-29 20:07  knu
                    968:
                    969:        * README.knu: Add README.knu to document the enhancements over
                    970:        Zeller's version.
                    971:
                    972: 2000-07-29 18:24  knu
                    973:
                    974:        * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
                    975:
                    976: 2000-07-29 06:38  knu
                    977:
                    978:        * cvsweb.cgi: D'oh.  Correct @stickyvars.
                    979:
                    980: 2000-07-29 04:38  knu
                    981:
3.7       knu       982:        * cvsweb.cgi: Output diffs in unidiff format for text-based
                    983:        browsers. (by default)
                    984:
                    985:        * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1       knu       986:
                    987: 2000-07-29 02:24  knu
                    988:
3.7       knu       989:        * cvsweb.cgi: Merge From Zeller: 1.93
                    990:
                    991:        * cvsweb.cgi: Use CR LF in HTTP header.
                    992:
                    993:        * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
                    994:        instead of closing it.
3.1       knu       995:
                    996: 2000-07-28 01:16  knu
                    997:
                    998:        * cvsweb.cgi, cvsweb.conf: Clean up.
3.7       knu       999:
                   1000:        * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
                   1001:        always show function names if defined.  (It has been only for
                   1002:        human readable format until this change)
3.1       knu      1003:
                   1004: 2000-07-20 20:52  knu
                   1005:
                   1006:        * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
                   1007:        embed per CVSROOT description.
                   1008:
                   1009: 2000-07-20 20:14  knu
                   1010:
                   1011:        * cvsweb.conf: Make $hr_funout default.
                   1012:
                   1013: 2000-07-20 20:06  knu
                   1014:
                   1015:        * cvsweb.conf: Display my mail address instead of Zeller's.
                   1016:
                   1017: 2000-07-20 06:59  knu
                   1018:
                   1019:        * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
                   1020:        icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
                   1021:        icons/minitext.gif, icons/text.gif: Start point.
                   1022:

CVSweb