File: changelog

package info (click to toggle)
bfr 1.6-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 420 kB
  • ctags: 124
  • sloc: sh: 2,850; ansic: 1,481; makefile: 128
file content (139 lines) | stat: -rw-r--r-- 6,025 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
bfr (1.6-2) unstable; urgency=high

  * QA upload.
  * High urgency because of RC bug fix
  * Remove hardlinks from package. Closes: #468825
    - Remove file NEWS, it's just hardlinked to ChangeLog
    - Remove hardlink between ChangeLog and debian/changelog
  * Write a proper copyright file
  * Ignore a missing Makefile in clean target
  * Update to Standards-Version 3.7.3

 -- Tobias Toedter <toddy@debian.org>  Sat, 17 May 2008 14:31:34 +0200

bfr (1.6-1) unstable; urgency=low

  * QA upload. (ACK NMU: Closes: 217530,359376,277227,369807)
  * Set maintainer to QA Group; Orphaned: #360672
  * Conforms with latest Standards Version 3.7.2

 -- Michael Ablassmeier <abi@debian.org>  Tue, 19 Jun 2007 10:10:51 +0200

bfr (1.6-0.1) unstable; urgency=low

  [Decklin Foster]
  * Non-maintainer upload of new (old) upstream version.
  * Rewrite debian/rules to work properly with debhelper (we're no longer
    using debmake), so that the binaries actually get installed. Removed a lot
    of extra stuff and updated compat to v5.

  [Mark Glines]
  * Disable progress-bar for a forked off reader.  Otherwise, both parent
    and child write out progress bars, which is silly and useless.
  * rename setmode() to set_mystate() to allow compilation on NetBSD,
    FreeBSD and Darwin, at least.  This was actually reported by 3 or 4
    people (thanks!).  Those pesky Linux coders, thinking they own the
    namespace, no respect for others.  Yep, thats me.
  * Incorporated a patch adding a "total" field to the progress bar, from
    Gerard Saraber (thanks!)
  * To fix a Debian policy violation having to do with declaring build
    dependencies on build-essential packages, incorporate a patch from
    Santiago Vila (thanks!)  Closes: #217530

 -- Decklin Foster <decklin@red-bean.com>  Thu, 13 Jul 2006 23:24:04 -0400

bfr (1.5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Get rid of the /usr/doc link (Closes: #359376).
  * Fix Build-Depends (Closes: #217530).
  * Fix diffeent typos (Closes: #277227,#369807). 
  * Updated packaging a bit, standards version, DH_COMPAT, not native anymore

 -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 20:37:15 +0200

bfr (1.5) unstable; urgency=low

  * added a hyphen in the description.  Closes: #124447
  * Turned on -Wall by default, included some headerfiles.  Closes: #124398
  * Added a --fork (-f) option, to fork off a 10k reader for cases where buggy
    kernels block a process indefiniately to read from a cdrom, NFS, etc even
    when nonblocking I/O is being used.
  * Added an --output (-o) option, to change the default behavior where bfr
    outputs to stdout, and bfp outputs to /dev/dsp.
  * Fixed an extremely silly error regarding some percent signs which I wanted
    to literally print but were turned into format strings, again turned up by
    -Wall.
  * Minor progress-bar related fixes.
  * Added some testsuite entries to properly kick --fork's tires.
  * Various code cleanups in testsuite's test.c, uncovered by -Wall.

 -- Mark Glines <mark@glines.org>  Sun,  3 Feb 2002 12:09:31 -0800

bfr (1.4) unstable testing; urgency=low

  * Progress bar updating (and clearing previous line) works much more nicely
  * Minor debianization cleanups suggested by Adam Lazur

 -- Mark Glines <mark@glines.org>  Tue, 13 Nov 2001 12:39:25 -0800

bfr (1.3) unstable testing; urgency=low

  * Fixed the progress bar
  * Fixed some warnings with Debian sid's automake 1.4-p4
  * Updated my e-mail address everywhere

 -- Mark Glines <mark@glines.org>  Fri, 26 Oct 2001 21:42:49 -0700

bfr (1.2) unstable testing; urgency=low

  * Incorporated (in an idea sense, at least) an --initial (special case of RO)
    from Arnd Bergmann (thanks!)
  * Looks like Rob Ekl finally found a bug that would sometimes cause bfr/bfp to
    hang at end of execution rather than exit cleanly, incorporated his patch
    (thanks!)
  * Redid the status bar completely, I want feedback on whether its better or
    worse.
  * Reworked most of the command-line arguments to be more consistent with
    suffixes, and especially, to allow them to use the % suffix, which is based
    on buffersize.

 -- Mark Glines <paranoid@deathsdoor.com>  Wed, 10 Oct 2001 19:02:52 -0700

bfr (1.1) unstable testing; urgency=low

  * found a tiny bug which sometimes caused bfr to enter a nonstop loop
    rather than exiting cleanly, when its job was finished.
  * fixed it.
  * updated the manpage slightly.  it still sucks, but now it sucks a little
    more accurately.

 -- Mark Glines <paranoid@deathsdoor.com>  Sat, 26 May 2001 22:07:33 -0700

bfr (1.0) unstable testing; urgency=low

  * *sigh* I mention an upcoming 1.0 release and everything goes to hell.
    I suppose its because I'm trying harder to find problems, but still...
  * It seems that I broke the progress-meter stuff when I implemented the
    bandwidth cap.  Fixed.  Also, the progress-meter stuff was broken because
    tv.tv_sec * 1000000 recently started overflowing a signed long, and came
    up negative.  My very own Y2K+1 bug, I'm so proud. =)
  * Linux 2.4.0's /dev/urandom driver no longer guarantees that it will
    return the amount of random garbage that you request!  This screwed up the
    testsuite, which was incorrectly assuming that /dev/urandom really did give
    us 200000 bytes, with dd.  I replaced it with a pipe of cat through head,
    works fine now.
  * Oops, forgot to update testit/Makefile.am when I made the namechange.
  * fixed an overflow in the progress meter (it flipped and went negative)
    that was hit at around 45 megs/second.  Throughput screenshot:
    --[~/bfr]-- ./bfr -b 40m -p /dev/zero >/dev/null
    [(RO) IN:  46533.6k/s -> BUFFER: 448.0k -> OUT:  46476.8k/s]
  * final release... now the bugreports will start pouring in, right? =)

 -- Mark Glines <paranoid@deathsdoor.com>  Thu, 25 Jan 2001 23:12:28 -0800

bfr (0.99.9) unstable; urgency=low

  * Initial release.

 -- Mark Glines <paranoid@deathsdoor.com>  Sat, 13 Jan 2001 06:30:11 -0800