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

Annotation of cvsweb/ChangeLog, Revision 3.95

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

CVSweb