File: changelog

package info (click to toggle)
diffstat 1.43-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 612 kB
  • ctags: 151
  • sloc: sh: 2,873; ansic: 1,379; makefile: 130
file content (175 lines) | stat: -rw-r--r-- 5,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
diffstat (1.43-2) unstable; urgency=low

  * Fix formatting of the Depends entry in debian/control. (closes: #392750)

 -- Greg Norris <adric@debian.org>  Fri, 13 Oct 2006 21:50:34 -0500

diffstat (1.43-1) unstable; urgency=low

  * New upstream release.

 -- Greg Norris <adric@debian.org>  Tue, 18 Jul 2006 19:04:02 -0500

diffstat (1.42-1) unstable; urgency=low

  * New upstream release.
    - Do not ignore pathnames in /tmp/. (closes: #376086)
  * Bump policy version to 3.7.2 (no changes required).

 -- Greg Norris <adric@debian.org>  Sun,  9 Jul 2006 10:59:00 -0500

diffstat (1.41-1) unstable; urgency=low

  * New upstream release. (closes: #323328)
    - New options: -l, -r, -t
    - The "-f" option supports additional arguments
    - Performance improvements
  * Correct the package description, which was missing the word "filter".
    I have, however, decided to retain the upstream README file.  Yes it's
    redundant, matching the package description almost exactly, but it's
    also quite small and harmless. (closes: Bug#323042)

 -- Greg Norris <adric@debian.org>  Wed, 24 Aug 2005 20:52:23 -0500

diffstat (1.39-1) unstable; urgency=low

  * New upstream release.

 -- Greg Norris <adric@debian.org>  Sun, 10 Apr 2005 12:15:26 -0500

diffstat (1.38-1) unstable; urgency=low

  * New upstream release.
    - Fixes an additional case where lines beginning with "---" were handled
      improperly. (closes: #294923)

 -- Greg Norris <adric@debian.org>  Mon,  7 Mar 2005 13:20:47 -0600

diffstat (1.35-1) unstable; urgency=low

  * New upstream release.
    - Handle lines beginning with "---" in unified diffs. (closes: #264098)
  * Bump policy version to 3.6.1 (no changes required).

 -- Greg Norris <adric@debian.org>  Thu, 11 Nov 2004 17:11:57 -0600

diffstat (1.34-1) unstable; urgency=low

  * New upstream release.

 -- Greg Norris <adric@debian.org>  Thu, 18 Dec 2003 22:06:44 -0600

diffstat (1.33-1) unstable; urgency=low

  * New upstream release.  (closes: #199061)

 -- Greg Norris <adric@debian.org>  Sun, 29 Jun 2003 21:21:51 -0500

diffstat (1.32-1) unstable; urgency=low

  * New upstream release.
    - Deleting lines beginning with "--" should no longer confuse diffstat.
      (closes: #155000)
    - Upstream has opted to make diffstat quiet by default, and added the "-v"
      option to specificy verbose output.  The "-q" option (see bug#170947)
      has therefore been removed.

 -- Greg Norris <adric@debian.org>  Mon, 13 Jan 2003 17:01:38 -0600

diffstat (1.31-3) unstable; urgency=low

  * Add a "-q" (quiet) option, which suppresses status information normally
    written to stderr.  Thanx to Richard Braakman <dark@xs4all.nl> for
    providing the patch.  (closes: #170947)

 -- Greg Norris <adric@debian.org>  Thu,  2 Jan 2003 17:57:30 -0600

diffstat (1.31-2) unstable; urgency=low

  * Rebuild against libc6 2.3 (closes: #167804)

 -- Greg Norris <adric@debian.org>  Mon,  4 Nov 2002 19:30:57 -0600

diffstat (1.31-1) unstable; urgency=low

  * New maintainer (with permission from Scott ;-).
  * New upstream release (closes: #82969, #126452, #161406)
  * No longer has problems with "new style" GNU diffs (closes: #160627)
  * Correct the upstream URL (closes: #159415)
  * I can't reproduce bug#155000 (diffstat gets confused on funny
    lines...) with this version.  Confirmation would be welcome.
  * Update to standards version 3.5.7 (no changes required)

 -- Greg Norris <adric@debian.org>  Mon, 21 Oct 2002 18:13:13 -0500

diffstat (1.28-1) unstable; urgency=low

  * New upstream release.
  * Understands compressed diffs (Fixes #53975)

 -- Scott K. Ellis <scott@debian.org>  Tue,  9 May 2000 10:04:26 -0400

diffstat (1.27-1) unstable; urgency=low

  * Now understands debian diff files (Fixes #20745)
  * New upstream release.

 -- Scott K. Ellis <scott@debian.org>  Sun, 17 May 1998 12:05:08 -0400

diffstat (1.26-2) frozen unstable; urgency=low

  * Fix typo in rules file. (fixes #19634)

 -- Scott K. Ellis <scott@debian.org>  Tue, 24 Mar 1998 10:20:34 -0500

diffstat (1.26-1) unstable; urgency=low

  * Rewrote debian/rules from scratch to use debhelper with the aid of
    dh-make.  This fixes all lintian warnings.
  * New upstream release.

 -- Scott K. Ellis <scott@debian.org>  Fri,  6 Mar 1998 15:56:31 -0500

diffstat (1.25-7) unstable; urgency=low

  * Changed rules to not use sudo (Fixes #11340, #15455)

 -- Scott K. Ellis <scott@debian.org>  Mon, 19 Jan 1998 14:00:01 -0500

diffstat (1.25-6) unstable; urgency=low

  * Recompiled with glibc
  * Change maintainer address to debian.org one.

 -- Scott K. Ellis <scott@debian.org>  Wed, 18 Jun 1997 21:29:31 -0400

diffstat (1.25-5) unstable; urgency=low

  * New Maintainer

 -- Scott K. Ellis <storm@gate.net>  Mon, 17 Feb 1997 21:21:16 -0500

diffstat (1.25-4) unstable; urgency=low

   * New maintainer's email address.
   * Removed bogus menu entry. Oops.

 -- Joey Hess <joeyh@master.debian.org>  Tue, 24 Dec 1996 15:25:30 -0500

diffstat (1.25-3) unstable; urgency=low

  * Closed bug #4990.

 -- Joey Hess <joeyh@master.debian.org>  Sun, 10 Nov 1996 18:50:42 -0500

diffstat (1.25-2) non-free; urgency=low

  * Stripped binary (#5066)
  * Complies to new packaging format (and uses debmake).
  * Added more info to the copyright file.

 -- Joey Hess <joeyh@master.debian.org>  Tue, 29 Oct 1996 13:50:13 -0500

1.25-1
  * Initial release.