~ubuntu-branches/ubuntu/raring/nginx/raring-proposed

« back to all changes in this revision

Viewing changes to src/http/ngx_http_parse_time.c

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Cyril Lavier, Michael Lustfield, Kartik Mistry
  • Date: 2012-03-04 10:31:21 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20120304103121-6rsh03osfl5d2w8x
Tags: 1.1.16-1
[Cyril Lavier]
* Modified the parallel build to avoid random FTBFS in Ubuntu.
* New upstream release.
* debian/modules:
  + Updated nginx-upload-progress to 0.8.3-2-g03cbf1f.
* debian/control:
  + Added myself as uploader.
  + Added libpam0g-dev to Build-Depends.
  + Use wrap-and-sort to wrap control file fields.

[Michael Lustfield]
* debian/nginx-common.postinst:
  + Changed postinst to not change permissions on all log files.
    (Closes: #658492)
* debian/rules:
  + Added Auth PAM module at debian/modules/nginx-auth-pam. (Closes: #660408)

[Kartik Mistry]
* debian/control:
  + Added conflict between -dbg packages as seen by Lintian.
  + Updated Standards-Version to 3.9.3
* debian/copyright:
  + Updated for copyright-format 1.0
  + Updated upstream copyright year and details.
* debian/rules:
  + Moved nginx-auth-pam module to nginx-full package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
        year -= 1;
243
243
    }
244
244
 
245
 
    /* Gauss' formula for Grigorian days since March 1, 1 BC */
 
245
    /* Gauss' formula for Gregorian days since March 1, 1 BC */
246
246
 
247
247
    time = (uint64_t) (
248
248
            /* days in years including leap years since March 1, 1 BC */