File: ChangeLog

package info (click to toggle)
libcgicc 3.2.19-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,020 kB
  • sloc: cpp: 5,023; sh: 4,438; makefile: 169; sed: 1
file content (68 lines) | stat: -rw-r--r-- 2,010 bytes parent folder | download | duplicates (10)
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
2004-06-12  Stephen F. Booth  <sbooth@gnu.org>

	* cgicc.m4: Fixed erroneous comment

2002-12-04  Stephen F. Booth  <sbooth@gnu.org>

	* example.cpp: Removed CGICC_USE_NAMESPACES macro

2002-03-12  Stephen F. Booth  <sbooth@gnu.org>

	* cgicc.m4: Use ' ' instead of ':' as path separator
	* README: Removed reference to libtool

2002-03-09  Stephen F. Booth  <sbooth@gnu.org>

	* Makefile.am: Updated for automake-1.6

2002-03-06  Stephen F. Booth  <sbooth@gnu.org>

	* example.cpp: Fixed misspelling in #include

2002-03-02  Stephen F. Booth  <sbooth@gnu.org>

	* cgicc.m4: Don't check for HTTPHeaders.h
	* cgicc.m4: Check for CgiInput.h
	* example.cpp: Changed #include to HTTPHTMLHeader

2001-09-03  Stephen F. Booth  <sbooth@gnu.org>

	* configure.in: Renamed to configure.ac
	* configure.ac: Reworked for autoconf 2.52/automake 1.5
	* cgicc.m4: Check for HTTPCookie.h

2001-07-04  Stephen F. Booth  <sbooth@gnu.org>

	* example.cpp: Removed licensing terms

2001-07-01  Stephen F. Booth  <sbooth@gnu.org>

	* configure.in: Removed libtool
	* Makefile.am: Removed libtool

2000-11-15  Stephen F. Booth  <sbooth@gnu.org>

	* Makefile.am: Added cgicc.m4 to EXTRA_DIST

2000-11-14  Stephen F. Booth  <sbooth@gnu.org>

	* cgicc.m4: New file
	* acinclude.m4: Moved cgicc macros to cgicc.m4, include(cgicc.m4)
	* cgicc.m4: Use cgicc_{libdir,includedir} instead of
	CGICC_{LIBDIR,INCLUDEDIR}
	* Makefile.am:  Use cgicc_{libdir,includedir} instead of
	CGICC_{LIBDIR,INCLUDEDIR}
	* configure.in: Check validity of --with-cgicc

2000-11-13  Stephen F. Booth  <sbooth@gnu.org>

	* AUTHORS: New file for cgicc-example package
	* ChangeLog: New file for cgicc-example package
	* Makefile.am: New file for cgicc-example package
	* NEWS: New file for cgicc-example package
	* README: Updated for cgicc-example package
	* acinclude.m4: New file for cgicc-example package
	* autogen: New file for cgicc-example package
	* configure.in: New file for cgicc-example package
	* example.cpp: New file for cgicc-example package