~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to include/Array.h

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-07-09 17:58:46 UTC
  • mfrom: (21.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110709175846-eu1ygzgbo8d7ujnj
Tags: 3.1.14-1
* New upstream release
  - Fixes FTBFS with GCC 4.6 (Closes: #625405)
  - Fixes issue with IPv4/IPv6 DNS resolution (Closes: #604566)
  - Fixes issue with IPv6 resolution in access.log (Closes: #604832)

* debian/control
  - Bumped Standard-Version to 3.9.2, no change needed

* debian/squid.rc
  - Fixed init script preventing alterate cache dir from being created
    (Closes: #623935)

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
 
227
227
    count--;
228
228
 
 
229
    /*reset the last (unused) element...*/
 
230
    items[count] = value_type();
 
231
 
229
232
    return result;
230
233
}
231
234