~ubuntu-branches/debian/sid/automake1.10/sid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2010-02-22 00:26:17 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222002617-d4bep05o23z7mgb9
Tags: 1:1.10.3-1
* New upstream release. Contains fix for CVE-2009-4029, which created
  world-writable directories in distribution tarballs.
* debian/source/format, debian/source/options,
  debian/source/patch-header: Convert to v3 quilt format, with
  single-debian-patch.
* debian/lintian.overrides, debian/automake1.10.lintian-overrides:
  Rename overrides file to use new dh_lintian helper.
* debian/rules, debian/control, debian/compat: Convert to a dh style
  rules file, change debhelper dependency and compat file to match.
* debian/watch: Make watch file only check for 1.10 versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
automake1.10 (1:1.10.3-1) unstable; urgency=low
 
2
 
 
3
  * New upstream release. Contains fix for CVE-2009-4029, which created
 
4
    world-writable directories in distribution tarballs.
 
5
  * debian/source/format, debian/source/options,
 
6
    debian/source/patch-header: Convert to v3 quilt format, with
 
7
    single-debian-patch.
 
8
  * debian/lintian.overrides, debian/automake1.10.lintian-overrides:
 
9
    Rename overrides file to use new dh_lintian helper.
 
10
  * debian/rules, debian/control, debian/compat: Convert to a dh style
 
11
    rules file, change debhelper dependency and compat file to match.
 
12
  * debian/watch: Make watch file only check for 1.10 versions.
 
13
 
 
14
 -- Eric Dorland <eric@debian.org>  Mon, 22 Feb 2010 00:26:17 -0500
 
15
 
1
16
automake1.10 (1:1.10.2-2) unstable; urgency=low
2
17
 
3
18
  * Convert package to automake1.10 now that automake 1.11 is released.