~ubuntu-branches/ubuntu/oneiric/libapreq2/oneiric

« back to all changes in this revision

Viewing changes to docs/man/man3/apreq_changes.3

  • Committer: Bazaar Package Importer
  • Author(s): Steinar H. Gunderson
  • Date: 2010-02-28 15:51:47 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100228155147-dflwg59lhyittzi7
Tags: 2.12-1
* New upstream release.
* Switch to dpkg-source 3.0 (quilt) format.
  * Split the Debian diff into two separate patches, and remove spurious
    junk that shouldn't have been there.
  * In clean, remove some stray files distclean forgets.
* Update debhelper compatibility level to 7.
  * Update debhelper build-dependency version.
  * Use dh_prep instead of dh_clean -k.
* Update Standards-Version to 3.8.4.
  * Change from ${Source-Version} to ${binary:Version} in inter-package
    dependencies.
  * In debian/copyright, refer to the Apache 2.0 license file from
    common-licenses instead of having the entire license text in the file.
    Also include the actual copyright in the file.
* Put all binary packages in their correct respective sections.
* Add ${misc:Depends} to all binary packages, and remove ${shlibs:Depends}
  from the -dev and -doc packages (which don't have any shared libraries).
* Run dh_shlibdeps on all packages, using the -a flag.
* Don't ignore errors on distclean; check for Makefile instead.
* Don't use full path to a2dismod in libapache2-mod-apreq2.postrm.
* Run libapache2-mod-apreq2.postrm script under sh -e, so errors are not
  ignored.
* Install the man pages that used to conflict with libapache-request-perl,
  which is now not in the stable release anymore.
* Don't set PREFIX= at make install time; only set prefix=.
  Seemingly, PREFIX= has no real effect at that point.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "apreq_changes" 3 "8 Aug 2006" "Version 2.08" "libapreq2" \" -*- nroff -*-
 
1
.TH "apreq_changes" 3 "6 Mar 2009" "Version 2.12" "libapreq2" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
5
apreq_changes \- CHANGES
6
6
! brief List of major changes.
 
7
.SH "Changes with libapreq2-2.12 (released March 13, 2009)"
 
8
.PP
 
9
.IP "\(bu" 2
 
10
C API [joes] Make the cookie parser a little more flexible.
 
11
.PP
 
12
.SH "Changes with libapreq2-2.11 (not released)"
 
13
.PP
 
14
.IP "\(bu" 2
 
15
Interactive CGI module [issac] Allow cgi module to interactively prompt for parameters and cookies when running a script from the command line and not from a CGI interface
 
16
.PP
 
17
.SH "Changes with libapreq2-2.10 (not released)"
 
18
.PP
 
19
.IP "\(bu" 2
 
20
Perl Glue [joes] Fix the linking of the perl modules to libapreq2 and libapr on Solaris.
 
21
.PP
 
22
.PP
 
23
.IP "\(bu" 2
 
24
Perl Glue [joes] Fix install-time linking issue of the .so modules. Previously they would remain linked against the src library path, not the install path.
 
25
.PP
 
26
.PP
 
27
.IP "\(bu" 2
 
28
C API [joes] Add optional interface for \fBapreq_handle_apache2()\fP.
 
29
.PP
 
30
.PP
 
31
.IP "\(bu" 2
 
32
C API [joes] Clean up buggy apreq_hook_find_param().
 
33
.PP
 
34
.PP
 
35
.IP "\(bu" 2
 
36
Perl Glue Build [Philip M. Gollucci] config.status format changed format yet again in autoconf 2.62+.
 
37
.PP
 
38
.PP
 
39
.IP "\(bu" 2
 
40
License [Mladen Turk] Add libapreq.rc and generate libapreq.res
 
41
.PP
 
42
.PP
 
43
.IP "\(bu" 2
 
44
Build [Mladen Turk] Add APREQ_DECLARE_EXPORT/APREQ_DECLARE_STATIC in the same way as APR declares so that dllexport/dllimport get correctly handled.
 
45
.PP
 
46
.PP
 
47
.IP "\(bu" 2
 
48
Build [Randy Kobes] Add appropriate manifest command to embed manifest files on Win32 when using VC8
 
49
.PP
 
50
.PP
 
51
.IP "\(bu" 2
 
52
C API [Andy Grundman, joes] Add missing bytes_read initializer to \fBapreq_handle_custom()\fP.
 
53
.PP
 
54
.PP
 
55
.IP "\(bu" 2
 
56
C API [suggested by Vinay Y S, tested by Steve Hay and Peter Walsham] For Win32, remove the flag |= APR_FILE_NOCLEANUP | APR_SHARELOCK; in apreq_file_cleanup, to avoid problems with file uploads.
 
57
.PP
 
58
.SH "Changes with libapreq2-2.09 ( not released)"
 
59
.PP
 
60
.IP "\(bu" 2
 
61
C API [joes] Fix leak associated to calling \fBapreq_brigade_fwrite()\fP on an upload brigade.
 
62
.PP
 
63
.PP
 
64
.IP "\(bu" 2
 
65
Build [Philip M. Gollucci] SunOS (Solaris) Users must use gmake not make for building.
 
66
.PP
 
67
.PP
 
68
.IP "\(bu" 2
 
69
Build [Philip M. Gollucci] SunOS (Solaris) Code around bug in libtool (at least in 1.5.18, 1.5.20, 1.5.22) causing mod_apreq2 to be built instead of mod_apreq2.so
 
70
.PP
 
71
.PP
 
72
.IP "\(bu" 2
 
73
C API [Philip M. Gollucci] Fix comparison signed vs unsigned comparison in apreq_fwritev() on SunOS/gcc where iovec.iov_len is a long.
 
74
.PP
 
75
.PP
 
76
.IP "\(bu" 2
 
77
Build [Philip M. Gollucci] SunOS (Solaris) fix duplicate link error to libexpat.so -- by using the one from httpd exclusively now.
 
78
.PP
 
79
.PP
 
80
.IP "\(bu" 2
 
81
Build [Philip M. Gollucci] code around |_!!_#| autoconf 2.60 bug.
 
82
.PP
7
83
.SH "Changes with libapreq2-2.08 (released August 8, 2006)"
8
84
.PP
9
85
.IP "\(bu" 2
11
87
.PP
12
88
.PP
13
89
.IP "\(bu" 2
14
 
Build [Philip M. Gollucci, Bojan Smojver, joes] add -fno-strict-aliasing to all compiles on all systems https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740 This fixes an infinite look split_on_bdry() of library/parser_multipart.c particularly on linux/gcc 4.x platforms.
 
90
Build [Philip M. Gollucci, Bojan Smojver, joes] make input brigade volatile in order to give hints to GCC https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740 This fixes an infinite look split_on_bdry() of library/parser_multipart.c particularly on linux/gcc 4.x platforms.
15
91
.PP
16
92
.PP
17
93
.IP "\(bu" 2
125
201
.PP
126
202
.PP
127
203
.IP "\(bu" 2
128
 
C API [max] Right-hand limit of \fBapreq_brigade_move()\fP is declared as 'excluding', but \fBAPR_RING_UNSPLICE()\fP wants an 'including' right-hand limit. Fixed this by passing the previous bucket.
 
204
C API [max] Right-hand limit of \fBapreq_brigade_move()\fP is declared as 'excluding', but APR_RING_UNSPLICE() wants an 'including' right-hand limit. Fixed this by passing the previous bucket.
129
205
.PP
130
206
.PP
131
207
.IP "\(bu" 2