File: changelog

package info (click to toggle)
cgilib 0.6-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 196 kB
  • ctags: 80
  • sloc: ansic: 1,214; makefile: 96; sh: 10
file content (137 lines) | stat: -rw-r--r-- 4,873 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
cgilib (0.6-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Make the build reproducible. (Closes: #776935)

 -- Chris Lamb <lamby@debian.org>  Fri, 18 Aug 2017 09:17:07 -0700

cgilib (0.6-1) unstable; urgency=low

  * New upstream version
    . Declare some variables const (closes: Bug#162239)
    . Add CR to Content-type output (closes: Bug#282334)
    . Properly terminate buffer (closes: Bug#291753)
    . Decode CGI variable names (closes: Bug#336524)
  * Bumped Standards-Version
  * Enhanced copyright file

 -- Martin Schulze <joey@infodrom.org>  Sun, 06 Apr 2008 15:16:19 +0200

cgilib (0.5-6) unstable; urgency=low

  * Added conflict against libcgi-dev that also ships /usr/lib/libcgi.a
    (closes: Bug#462944)

 -- Martin Schulze <joey@infodrom.org>  Fri, 08 Feb 2008 12:56:01 +0100

cgilib (0.5-5) unstable; urgency=low

  * Added a disclaimer for those people who plan to NMU this package
  * Fixed typo in NMU-Disclaimer, thanks to Petter Reinholdtsen (See:
    Bug#225895)
  * Added support for inclusion into C++ (closes: Bug#282329)

 -- Martin Schulze <joey@infodrom.org>  Tue, 22 Jan 2008 20:14:23 +0100

cgilib (0.5-4) unstable; urgency=medium

  * Darn, f*cking DEB_BUILD_OPTIONS support broke the build system.  Found
    a way to workaround this by cheating but it seems to work this
    time. (closes: Bug#122892, Bug#123296, Bug#121827)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri, 14 Dec 2001 19:08:08 +0100

cgilib (0.5-3) unstable; urgency=low

  * Added convenience code to support $DEB_BUILD_OPTIONS

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu, 22 Nov 2001 09:24:06 +0100

cgilib (0.5-2) unstable; urgency=low

  * Incorporated useful changes from Drew Parsons NMU
  * Whoops, there was only one... (the following)  However, this happily
    invalidates a fucked up C source file and a typoed manpage (closes: Bug#76095)
  * Updated link in copyright file to /usr/share/common-licenses/GPL.
  * Moved documentation to /usr/share/doc and /usr/share/man, also added
    convenience calls to prerm and postinst (closes: Bug#91129, Bug#91408)
  * Added -isp to dpkg-gencontrol, so Section and Priority will be copied
  * Updated Standards-Version
  
 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 20 Nov 2001 22:31:59 +0100

cgilib (0.5-1) unstable; urgency=low

  * New upstream source
  * Added cookie support from Mikko Torni <mtorni@mail.freenet.hut.fi>
  * Added a proper install target to Makefile, will be used by debian/rules
  * Added some braces as suggested by gcc
  * Oops, fixed simple length+1byte bug (closes: Bug#32834)
  * Makefile::clean now removes libcgi.a, debian/rules now uses pristine source
  * Added cgiGetVariables(3)
  * Extended test suite
  * Now also includes upstream changelog
  * Fixes prefix name problem (closes: Bug#42736, Bug#42813)
  * Added missing call to decode HTTP string (closes: Bug#42733)
  * Fixes string allocation bug (closes: Bug#42846)
  * Added Cookie documentation

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri, 20 Aug 1999 23:29:18 +0200

cgilib (0.4-3) unstable; urgency=low

  * Switched from bzero() to memset(), thanks Shaleh
  * Corrected typo in cgiInit(3), thanks Shaleh
  * Removed unneeded dependency field.
  * Fixed typo in jump.c comments, thanks Shaleh.

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 12 Sep 1998 02:55:32 +0200

cgilib (0.4-2) frozen unstable; urgency=low, closes=20352

  * Made debian/rules executable (closes: Bug#20352)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sat, 28 Mar 1998 21:04:38 +0100

cgilib (0.4-1) frozen unstable; urgency=low

  * Corrected Standards-Version (typo, lintian)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue, 24 Mar 1998 00:38:49 +0100

cgilib (0.4) unstable; urgency=low

  * Corrected html code in redirection
  * Corrected number of bytes in redirection

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri, 20 Mar 1998 09:20:51 +0100

cgilib (0.3) unstable; urgency=low

  * Fixed little mistake in offline mode
  * Included another example, jumpto

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 23 Feb 1998 11:03:21 +0100

cgilib (0.2) unstable; urgency=low

  * Corrected debugging
  * Added cgiRedirect()
  * Added cgiRedirect(3) manpage
  * Added call to cgiRedirect() to example cgitest.c
  * Added compile notice to cgitest.c
  * Added support for the GET method
  * Reorganized POST/GET/stdin support
  * Implemented support for multiple fields and updated manpage

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 18 Feb 1998 11:26:21 +0100

cgilib (0.1-1) unstable; urgency=low

  * New package
  * DFSG Free cgi library
  * Very small package
  * Contains all important manpages

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Sun, 15 Feb 1998 05:45:57 +0100