~ubuntu-branches/ubuntu/oneiric/nginx/oneiric

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-06-01 19:12:25 UTC
  • mfrom: (4.2.33 sid)
  • Revision ID: james.westby@ubuntu.com-20110601191225-8gzfabmbwlwj758m
Tags: 1.0.4-1
* New upstream release
* debian/*.lintian-overrides, debian/rules:
  + Removed unused lintian for missing manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
Changes with nginx 1.0.4                                         01 Jun 2011
 
3
 
 
4
    *) Change: now regular expressions case sensitivity in the "map" 
 
5
       directive is given by prefixes "~" or "~*".
 
6
 
 
7
    *) Feature: now shared zones and caches use POSIX semaphores on Linux. 
 
8
       Thanks to Denis F. Latypoff.
 
9
 
 
10
    *) Bugfix: "stalled" cache updating" alert.
 
11
 
 
12
    *) Bugfix: nginx could not be built --without-http_auth_basic_module; 
 
13
       the bug had appeared in 1.0.3.
 
14
 
 
15
 
 
16
Changes with nginx 1.0.3                                         25 May 2011
 
17
 
 
18
    *) Feature: the "auth_basic_user_file" directive supports "$apr1", 
 
19
       "{PLAIN}", and "{SSHA}" password encryption methods.
 
20
       Thanks to Maxim Dounin.
 
21
 
 
22
    *) Feature: the "geoip_org" directive and $geoip_org variable.
 
23
       Thanks to Alexander Uskov, Arnaud Granal, and Denis F. Latypoff.
 
24
 
 
25
    *) Feature: ngx_http_geo_module and ngx_http_geoip_module support IPv4 
 
26
       addresses mapped to IPv6 addresses.
 
27
 
 
28
    *) Bugfix: a segmentation fault occurred in a worker process during 
 
29
       testing IPv4 address mapped to IPv6 address, if access or deny rules 
 
30
       were defined only for IPv6; the bug had appeared in 0.8.22.
 
31
 
 
32
    *) Bugfix: a cached response may be broken if proxy/fastcgi/scgi/ 
 
33
       uwsgi_cache_bypass and proxy/fastcgi/scgi/uwsgi_no_cache directive 
 
34
       values were different; the bug had appeared in 0.8.46.
 
35
 
 
36
 
 
37
Changes with nginx 1.0.2                                         10 May 2011
 
38
 
 
39
    *) Feature: now shared zones and caches use POSIX semaphores.
 
40
 
 
41
    *) Bugfix: in the "rotate" parameter of the "image_filter" directive. 
 
42
       Thanks to Adam Bocim.
 
43
 
 
44
    *) Bugfix: nginx could not be built on Solaris; the bug had appeared in 
 
45
       1.0.1.
 
46
 
 
47
 
2
48
Changes with nginx 1.0.1                                         03 May 2011
3
49
 
4
50
    *) Change: now the "split_clients" directive uses MurmurHash2 algorithm 
69
115
 
70
116
Changes with nginx 0.9.5                                         21 Feb 2011
71
117
 
72
 
    *) Change: now nginx uses a default listen backlog value -1 on 
73
 
       Linux.
 
118
    *) Change: now nginx uses a default listen backlog value -1 on Linux. 
74
119
       Thanks to Andrei Nigmatulin.
75
120
 
76
121
    *) Feature: the "utf8" parameter of "geoip_country" and "geoip_city"