File: changelog

package info (click to toggle)
cvsweb 2%3A108
  • links: PTS
  • area: main
  • in suites: slink
  • size: 108 kB
  • ctags: 7
  • sloc: perl: 481; makefile: 64
file content (86 lines) | stat: -rw-r--r-- 3,084 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
cvsweb (2:108) unstable; urgency=low

  * Minor cleanups.

 -- Karl M. Hegbloom <karlheg@debian.org>  Wed,  8 Apr 1998 07:20:14 -0700

cvsweb (2:107) frozen; urgency=low

  * Each subdirectory in the Up nav link is clickable now.
  
  * Applied patch to allow config of <body> tag.
  
  * Upload to frozen.

 -- Karl M. Hegbloom <karlheg@debian.org>  Wed,  8 Apr 1998 04:48:39 -0700

cvsweb (2:106) unstable; urgency=low

  * Changed version numbering again, removing -n extension.
  
  * Now has 3 column table directory listings.
  
  * I'm either going to orphan this or port to Scheme.  I hate perl's
    hyper-syntactic bullshit.  I'll let yous know.
  
  * Added some targets to debian/rules to facilitate work with
    cvs-buildpackage.
  
  * Allow setting bgcolor and background in "cvsweb.conf".
  
  * Moved hard coded tags out of the script into the $h1 variable in
    "cvsweb.conf" to give the site administrator more control over the
    presentation of the CVS interface page.

 -- Karl M. Hegbloom <karlheg@debian.org>  Sun,  8 Mar 1998 13:07:42 -0800

cvsweb (1:105-1) unstable; urgency=low

  * Add height and width attributes to all icons to speed page loading.

  * Use new redrawn Mr. Blue-eye Debian logos, transparentized.
  
  * Also install apache icons for folks using `boa' (#17493)
  
  * Simplify the $gzip_output option in "cvsweb.conf" to either on or off
    in the dpkg-inst default.  (#18446)
  
  * Use full `gzip -9' compression for web output stream.
  
  * Changed version numbering to the Debian-only-package style, remem-
    bering to use an epoch.  This program comes from Bill Fenner at
    FreeBSD, but my changes make the .diff larger than the original perl
    script, since it would include the .gif files in UU-encoded form, as
    well as my edits.  The version id printout in the WWW output indicates
    this is the SPI branch of `cvsweb'.  I don't think Mr. Fenner will get
    mad. :-)
  
  * Reorganized the source directory, with a subdirectory for icons and
    logos.
  
  * Apply patch from Jim Pick <jim@jimpick.com> to regexp-quote a filename
    variable so that "gtk+" will have a literal \#+ character rather than
    a long string of \#k at the end. (#18445)
  
  * Pulled the hard coded version number out of the script, replaced it
    with @cvsweb_version@, renamed the script with a ".in" extension, put
    a variable into "rules" that gets filled by a $(shell ...) statement
    which uses `dpkg-parsechangelog' and `sed -n -e ...' to get the right
    version number, and a rule to create `cvsweb' using a `sed' of
    "cvsweb.in".
  
  * Place under `cvs-buildpackage', choosing to reimport and thus toss the
    history rather than retag my original CVS import.
  
  * The "current directory" indicator is split on `/' and each subdirectory
    is clickable for navigation now.

 -- Karl M. Hegbloom <karlheg@debian.org>  Sat,  7 Mar 1998 21:35:16 -0800


# Local Variables:
# mode: debian-changelog
# add-log-mailing-address: "karlheg@debian.org"
# eval: (filladapt-mode 1)
# eval: (auto-fill-mode 1)
# End: