~ubuntu-branches/ubuntu/dapper/apt-spy/dapper

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Stafford, ssta, Stephen Stafford
  • Date: 2005-10-16 12:42:22 UTC
  • Revision ID: james.westby@ubuntu.com-20051016124222-8ruffb4sjk7ac88h
Tags: 3.1-14
[ ssta ]
* Change build-depends on libcurl3-dev to libcurl3-openssl-dev
* Apply some patches from Justin Pryzby (Thanks Justin, apologies it's
  taken me so long!)
  - Patch to fix the mirror file screwup which caused apy-spy to segfault
    every time. It removes some arbitrary limits. (Closes: #315120 #317591)
  - Change the malloc of country_file so it's not mallocing its own length
    (Closes: #317585)
  - Apply patch which uses sprintf instead of strncat in file.c
    (Closes: #317589)
  - Apply patch to fix small memory leak (Closes: #317593)
  - s/LICENSE/COPYRIGHT/ in *.c  (Closes: #317588)
  - add a break statement to write_top() (Closes: #317586)

[ Stephen Stafford ]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
apt-spy (3.1-14) unstable; urgency=low
 
2
 
 
3
  [ ssta ]
 
4
  * Change build-depends on libcurl3-dev to libcurl3-openssl-dev
 
5
  * Apply some patches from Justin Pryzby (Thanks Justin, apologies it's
 
6
    taken me so long!)
 
7
    - Patch to fix the mirror file screwup which caused apy-spy to segfault
 
8
      every time. It removes some arbitrary limits. (Closes: #315120 #317591)
 
9
    - Change the malloc of country_file so it's not mallocing its own length
 
10
      (Closes: #317585)
 
11
    - Apply patch which uses sprintf instead of strncat in file.c
 
12
      (Closes: #317589)
 
13
    - Apply patch to fix small memory leak (Closes: #317593)
 
14
    - s/LICENSE/COPYRIGHT/ in *.c  (Closes: #317588)
 
15
    - add a break statement to write_top() (Closes: #317586)
 
16
 
 
17
  [ Stephen Stafford ]
 
18
  * 
 
19
 
 
20
 -- Stephen Stafford <bagpuss@debian.org>  Sun, 16 Oct 2005 12:42:22 +0000
 
21
 
1
22
apt-spy (3.1-13) unstable; urgency=low
2
23
 
3
24
  * Transition to libcurl3 (Closes: #279472)