~ubuntu-branches/ubuntu/utopic/postgresql-9.1/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-08-31 09:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20120831095427-e01hh8qkypp1jzbt
Tags: 9.1.5-2
* debian/rules: Re-enable hardening functions (regression from 9.1.3-2 when
  hardening-wrapper is not installed). Use "hardening=all", but disable
  "pie" (as that's not compatible with -fPIC) and add -pie to CFLAGS
  explicitly. Also drop the explicit "-Wl,-z,now" linker option, as this is
  now implied with "all". (LP: #1039618)
* Fix upgrades from older 9.1 releases in stable Ubuntu -updates/-security
  releasese. The strict "<< 9.1.4-2~" check for moving pg_basebackup.1.gz is
  not sufficient, as Ubuntu stables have newer upstream releases by now.
  - debian/control: Move Breaks/Replaces: from static version to
    ${binary:Version}.
  - debian/postgresql-9.1.preinst: Also fix the alternatives when upgrading
    from a -0something version.
  - (LP: #1043449)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
postgresql-9.1 (9.1.5-2) unstable; urgency=low
 
2
 
 
3
  * debian/rules: Re-enable hardening functions (regression from 9.1.3-2 when
 
4
    hardening-wrapper is not installed). Use "hardening=all", but disable
 
5
    "pie" (as that's not compatible with -fPIC) and add -pie to CFLAGS
 
6
    explicitly. Also drop the explicit "-Wl,-z,now" linker option, as this is
 
7
    now implied with "all". (LP: #1039618)
 
8
  * Fix upgrades from older 9.1 releases in stable Ubuntu -updates/-security
 
9
    releasese. The strict "<< 9.1.4-2~" check for moving pg_basebackup.1.gz is
 
10
    not sufficient, as Ubuntu stables have newer upstream releases by now.
 
11
    - debian/control: Move Breaks/Replaces: from static version to
 
12
      ${binary:Version}.
 
13
    - debian/postgresql-9.1.preinst: Also fix the alternatives when upgrading
 
14
      from a -0something version.
 
15
    - (LP: #1043449)
 
16
 
 
17
 -- Martin Pitt <mpitt@debian.org>  Fri, 31 Aug 2012 09:54:27 +0200
 
18
 
1
19
postgresql-9.1 (9.1.5-1) unstable; urgency=medium
2
20
 
3
21
  * Urgency medium due to security fixes and bug fixes which should reach