~ubuntu-branches/ubuntu/natty/cabextract/natty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Eric Sharkey
  • Date: 2004-10-20 14:04:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041020140405-s9eo1iiaoohshvup
Tags: 1.1-1
* New upstream
* upstream change Closes: #277522

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2004-10-18  Stuart Caie   <kyzer@4u.net
 
2
 
 
3
        * process_cabinet(): now accepts that failure of create_output_name()
 
4
        is an error, and also lets that function print an error message
 
5
        rather than printing one itself.
 
6
 
 
7
        * create_output_name(): improved the two error messages that could
 
8
        be printed.
 
9
 
 
10
2004-10-15  Stuart Caie   <kyzer@4u.net>
 
11
 
 
12
        * create_output_name(): removes leading "./" and "../" as well as
 
13
        leading slashes from the input filename. Thanks to David Banz for
 
14
        pointing this out, as well as http://www.securityfocus.com/bid/11376/
 
15
        
 
16
2004-07-16  Stuart Caie   <kyzer@4u.net>
 
17
 
 
18
        * Makefile.am: added -DMSPACK_NO_DEFAULT_SYSTEM. Why wasn't this in
 
19
        earlier?
 
20
 
 
21
        * src/cabextract.c: added prototypes of the cabx_ functions,
 
22
        removed the prototype of cabextract_system and moved the real
 
23
        cabextract_system to before main(). This is so AIX doesn't fail on
 
24
        seeing an extern and a static definition of the same
 
25
        global. That's messed up!
 
26
 
 
27
        * alloca.c, fnmatch*, getopt*, mempcpy.c: imported these from
 
28
        gcc's latest libiberty. This should fix problems with Cygwin.
 
29
        
 
30
2004-03-18  Stuart Caie   <kyzer@4u.net>
 
31
 
 
32
        * process_cabinet(): added missing printf argument when errors on
 
33
        extracting to stdout occur. Thanks to Moritz Barsnick for finding
 
34
        it.
 
35
 
1
36
2004-03-08  Stuart Caie   <kyzer@4u.net>
2
37
 
3
38
        * all: tidy-ups for 1.0 release