~ubuntu-dev/ubuntu/lucid/quilt/lucid-201002110858

« back to all changes in this revision

Viewing changes to quilt.changes

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2005-03-23 11:10:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323111007-p47150ucnnuyc07p
Tags: 0.39-2
* Pass -p $opt_strip_level option to diffstat in refresh command.
  (Closes: #298785)
* fixes from upstream cvs:
  - Add a missing "exit 1" to quilt/fold.in when no patches are applied.
  - typo in graph help message
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-------------------------------------------------------------------
 
2
Thu Feb 10 12:02:21 CET 2005 - agruen@suse.de
 
3
 
 
4
- quilt remove: Update restored file's timestamp. Also, some uses
 
5
  caused a subsequent ``quilt diff -z'' to fail: we must mark
 
6
  the patch as dirty after removing files.
 
7
- test/run: adjust to terminal width.
 
8
- Bump version to 0.39.
 
9
 
 
10
-------------------------------------------------------------------
 
11
Sun Feb  6 01:15:03 CET 2005 - agruen@suse.de
 
12
 
 
13
- Update of the Japanese translation from Yasushi SHOJI
 
14
  <yashi@atmark-techno.com> -- thank you.
 
15
- Don't leak so many temporary files in the push command.
 
16
- Include command names in tempfile names to find leaks more easily.
 
17
 
 
18
-------------------------------------------------------------------
 
19
Wed Feb  2 17:35:19 CET 2005 - agruen@suse.de
 
20
 
 
21
- Fix date calculation bug with some versions of GNU date.
 
22
 
 
23
-------------------------------------------------------------------
 
24
Wed Feb  2 01:16:57 CET 2005 - agruen@suse.de
 
25
 
 
26
- Use color defaults so that QUILT_COLORS can be used to only
 
27
  override some colors.
 
28
- When checking for remaining changes (refresh forgotten), use
 
29
  $QUILT_PATCH_OPTS as in the push command to get identical
 
30
  results. Don't generate the actually diff; it doesn't get
 
31
  printed anyway. This should speed things up.
 
32
 
 
33
-------------------------------------------------------------------
 
34
Thu Jan 27 08:14:34 CET 2005 - agruen@suse.de
 
35
 
 
36
- lib/backup-files.c: Remove unused command line option and
 
37
  document the remaining options.
 
38
- quilt/pop.in: Colorize this as well:
 
39
  "Patch attempted to create file *, which already exists."
 
40
  "can't find file to patch at input line *"
 
41
  "* out of * hunk ignored"
 
42
 
 
43
-------------------------------------------------------------------
 
44
Tue Jan 25 13:53:23 CET 2005 - agruen@suse.de
 
45
 
 
46
- Fix pop command for recent coreutils (cp dir dir2/ no longer
 
47
  works if dir2 doesn't yet exist).
 
48
 
 
49
-------------------------------------------------------------------
 
50
Sun Jan 23 19:27:17 CET 2005 - agruen@suse.de
 
51
 
 
52
- Add color support for push command output and allow to customize
 
53
  colors via the QUILT_COLORS environment variable (for reverse
 
54
  video, etc.).
 
55
 
 
56
-------------------------------------------------------------------
 
57
Sun Jan 23 05:03:08 CET 2005 - agruen@suse.de
 
58
 
 
59
- Add mail command, doc/README.MAIL and example ``mail'' command
 
60
  filter in quilt.quiltrc.
 
61
- Bump version to 0.38.
 
62
 
 
63
-------------------------------------------------------------------
 
64
Fri Jan 21 13:49:30 CET 2005 - agruen@suse.de
 
65
 
 
66
- Add a missing find_patch call in the files command.
 
67
 
 
68
-------------------------------------------------------------------
 
69
Thu Jan 20 12:36:25 CET 2005 - mquinson@debian.org
 
70
 
 
71
- fix the bash completion file: 
 
72
  - does not complete on dir anymore, just files.
 
73
  - use string comparison when dealing with BASH_VERSION, it may contain
 
74
    letters.
 
75
 
 
76
-------------------------------------------------------------------
 
77
Tue Jan 11 03:53:19 CET 2005 - agruen@suse.de
 
78
 
 
79
- Add a default /etc/quilt.quiltrc file that is sourced if no
 
80
  ~/.quiltrc file exists.
 
81
 
 
82
-------------------------------------------------------------------
 
83
Fri Nov 19 13:02:32 CET 2004 - agruen@suse.de
 
84
 
 
85
- Push command: Write out output of patch process immediately
 
86
  instead of reading into a variable and then printing that
 
87
  variable. This helps to see what's happening with large patches.
 
88
 
 
89
-------------------------------------------------------------------
 
90
Mon Nov 15 23:36:40 CET 2004 - agruen@suse.de
 
91
 
 
92
- Get rid of the apatch and rpatch helper scripts: Integrate them
 
93
  in the push and pop commands. This should bring a small
 
94
  performance improvement.
 
95
 
 
96
-------------------------------------------------------------------
 
97
Mon Nov  8 13:02:31 CET 2004 - agruen@suse.de
 
98
 
 
99
- Fix extra trailing space in series file after quilt refresh
 
100
  (David Vrabel <dvrabel@arcom.com>).
 
101
- Missing quotation in bash_completion
 
102
  (Axel Grossklaus <ag@pre-secure.de>).
 
103
- Fix patches command (Brent Casavant <bcasavan@sgi.com>).
 
104
 
 
105
-------------------------------------------------------------------
2
106
Sun Oct 17 22:19:09 CEST 2004 - agruen@suse.de
3
107
 
4
108
- When applying a patch with -q and without -f no (individual)
5
109
  reject files are created, and the "patching file" comments
6
110
  are missing as well. In that case, we don't know wich files the
7
111
  "-- saving rejects to file /tmp/foo" comments belong to, and we
8
 
  can't fic them up. Remove them, instead.
 
112
  can't fix them up. Remove them, instead.
9
113
- Pop command: Touch files after they are restored so that tools
10
114
  like make don't get confused.
11
115
- Add a missing print_patch call (cosmetic).
21
125
- Push command: Without -f or --leave-rejects, when applying a
22
126
  patch failed, the *.rej files were not removed properly. Change
23
127
  the code so that they won't be created in the working tree in
24
 
  the first place this case.
 
128
  the first place in this case.
25
129
- test/run script: Oops, the previous commit was not the latest
26
130
  version.
27
131
- Fix the version check in bash_completion for bash 3.