~ubuntu-branches/debian/squeeze/nginx/squeeze

« back to all changes in this revision

Viewing changes to debian/NEWS.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Tranchitella
  • Date: 2009-05-31 18:38:56 UTC
  • mfrom: (1.1.10 upstream) (4.1.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20090531183856-3xhvf6wd0bw5556i
Tags: 0.7.59-1
* New upstream release, first in Debian for the 0.7 branch. Among other
  issues, it also fixes the problem with wildcard dns names used with SSL.
  (Closes: #515904)
* debian/watch: updated.
* debian/postinst: fixed a bashism. (Closes: #507913)
* debian/conf/nginx.conf: removed default_type. (Closes: #509390)
* debian/control: updated Standards-Version to 3.8.1, no changes needed.
* debian/NEWS.Debian: documented the issues with
  server_names_hash_bucket_size. (Closes: #524785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
nginx (0.7.59-1) unstable; urgency=low
 
2
 
 
3
  As stated by upstream, the 0.6.x branch is consedered legacy and 0.7.x will
 
4
  be the new stable branch. For this reason, the nginx maintainers decided to
 
5
  upload 0.7.59 to unstable.
 
6
 
 
7
  Should you get the following error while starting nginx:
 
8
 
 
9
    could not build the server_names_hash, you should increase
 
10
    server_names_hash_bucket_size: 32
 
11
 
 
12
  Please add the following parameter to your nginx.conf:
 
13
 
 
14
    server_names_hash_bucket_size 100;
 
15
 
 
16
  Where 100 is the size of your server names hash bucket. For more information
 
17
  about this option, please read the following resources:
 
18
 
 
19
    http://wiki.nginx.org/NginxHttpCoreModule#server_names_hash_bucket_size
 
20
    http://thread.gmane.org/gmane.comp.web.nginx.english/820/focus=821
 
21
    http://thread.gmane.org/gmane.comp.web.nginx.english/985/focus=989
 
22
 
 
23
 -- Fabio Tranchitella <kobold@debian.org>  Sun, 31 May 2009 18:30:10 +0200
 
24
 
1
25
nginx (0.6.30-2) unstable; urgency=low
2
26
 
3
27
  As of May 4th., nginx 0.5.x branch is considered legacy and 0.6.x will