~ubuntu-branches/ubuntu/precise/wget/precise-proposed

« back to all changes in this revision

Viewing changes to windows/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-06-26 16:46:25 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050626164625-jjcde8hyztx7xq7o
Tags: 1.10-2
* wget-fix_error--save-headers patch from upstream
  (closes: Bug#314728)
* don't pattern-match server redirects patch from upstream
  (closes: Bug#163243)
* correct de.po typos
  (closes: Bug#313883)
* wget-E_html_behind_file_counting fix problem with adding the
  numbers after the html extension
* updated Standards-Version: to 3.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-04-05  Mauro Tortonesi <mauro@ferrara.linux.it>
 
2
 
 
3
        * Makefile.src.mingw: removed string_t.c from list of source files.
 
4
        
 
5
        * Makefile.watcom: removed string_t.c from list of source files.
 
6
 
 
7
        * wget.dep: removed string_t.c from list of source files.
 
8
 
 
9
2005-02-10  Mauro Tortonesi <mauro@ferrara.linux.it>
 
10
 
 
11
        * Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix 
 
12
        a compilation conflict with the string.h header in the standard 
 
13
        C library.
 
14
 
 
15
        * Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix 
 
16
        a compilation conflict with the string.h header in the standard 
 
17
        C library.
 
18
 
 
19
        * Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
 
20
        a compilation conflict with the string.h header in the standard 
 
21
        C library.
 
22
 
 
23
        * Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
 
24
        a compilation conflict with the string.h header in the standard 
 
25
        C library.
 
26
 
 
27
        * wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
 
28
        compilation conflict with the string.h header in the standard C
 
29
        library.
 
30
 
 
31
        
 
32
2004-12-31  Mauro Tortonesi <mauro@ferrara.linux.it>
 
33
 
 
34
        * Makefile.src: Added string.c to the list of modules to compile.
 
35
 
 
36
        * Makefile.src.bor: Added string.c to the list of modules to compile.
 
37
 
 
38
        * Makefile.src.mingw: Added string.c to the list of modules to compile.
 
39
 
 
40
        * Makefile.src.watcom: Added string.c to the list of modules to compile.
 
41
 
 
42
        * wget.dep: Added dependencied for the string.c module.
 
43
 
 
44
        * ChangeLog: New file.
 
45