-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
407 lines (323 loc) · 15.8 KB
/
changelog
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
bitcoin (0.7.2-4) unstable; urgency=low
[ Kingdon Barrett ]
* Disable checkpoints, disable test of checkpointing.
* Allow initial genesis to start without any blk0001.dat.
* Lower initial difficulty / minimum acceptable difficulty
-- Kingdon Barrett <[email protected]> Tue, 05 Mar 2013 19:49:30 -0500
bitcoin (0.7.2-3) unstable; urgency=low
[ Petter Reinholdtsen ]
* Clean up hyphen handling and rewrite long line causing roff warning
to one where word wrapping work better, to avoid lintian warning about
bitcoin.conf.5.
* Update Standards-Version from 3.9.3 to 3.9.4. No changes needed.
* Add patch and rules code to try to debug #672524.
-- Scott Howard <[email protected]> Thu, 07 Feb 2013 10:49:50 -0500
bitcoin (0.7.2-2) unstable; urgency=low
[ Scott Howard ]
* Update long description: Blockchain requires several GB of space.
Closes: #677524. Thanks to Gwern Branwen.
* Set $HOME to debian/home since buildd do not have RW permission to
/home/buildd.
Closes: #696262.
[ Petter Reinholdtsen ]
* Remove mentions on anonymity in manual page: Only true with a lot of
extra effort, so misleading to claim that.
Closes: #696477. Thanks to Matt Caorallo.
* Add patch libdb-squeeze.patch to get src/db.cpp to support linkage
against older versions of BerkeleyDB, easing backporting to Squeeze.
* Stop build-depend needlessly on libglib2.0-dev.
* Add new binary package bitcoin-qt for the GUI version of the bitcoin
client, with DBus and QR code generation enabled.
Build-depend on qt4-qmake, libqt4-dev and libqrencode-dev.
Remove obsolete block about the missing GUI from README.Debian.
Rename obsolete bitcoin-gui.menu to bitcoin-qt.menu and update
title and section based on desktop file. Enable some
hardening using dpkg-buildflags, while skipping others because
it breaks the build.
Closes: #627263. Thanks to Leandro Lucarella and Matt Corallo.
* Add manual page for bitcoin-qt from the git repository of
Dmitry Smirnov.
* Add setup to install bash completion rules for bitcoind
in bitcoind package. Based on work from Matt Corallo.
[ Jonas Smedegaard ]
* Add README.source referencing our use of CDBS and git-buildpackage.
* Update copyright file:
+ List upstream issue tracker as preferred upstream contact.
* Update package relations:
+ Simplify to drop Boost fallback build-dependencies: Needed only
for backport to Lenny, which is no longer supported.
+ Bump fallback BerkeleyDB build-dependency to 4.8 (default version
is in Squeeze), and stop suggesting older utils package than that.
+ Relax to build-depend unversioned on debhelper (i.e. revert
tightening introduced in 0.7.2-1): Needed version satisfied in
stable, and oldstable is no longer supported.
* Drop NEWS file: Only entry was about change of BerkeleyDB version,
which is no longer news for testing/unstable users, and package is
not yet stable so not news there either.
* Improve Qt client build by use of the CDBS qmake snippet, and
building daemon and testsuite in per-package targets (because qmake
doesn't support flavored builds).
* Limit HOME hack to testsuite invocation.
* Relax lintian override to cover bumped libdb++-dev
fallback-dependency.
* Tidy DEP3 header of patch 1002: Drop bogus or superfluous lines.
* Add patch 2001 to stupify header generating script: Avoid uselessly
inspect our git.
* Add patch 1003 to remove autogenerated build/build.h in qmake
distclean target.
* Check for custom DEB_BUILD_OPTIONS=noupnp option, to ease
backporting. Add note about it to README.source.
* Add patch 1004 to use QImage.bits (not QImage.constBits), to ease
backporting.
Thanks to Petter Reinholdtsen.
* Build-depend on libqtwebkit-dev: Apparently that is needed (linker
error if missing).
* Disable parallel builds: Perhaps cause of Qt linker errors.
-- Jonas Smedegaard <[email protected]> Mon, 24 Dec 2012 05:27:25 +0100
bitcoin (0.7.2-1) unstable; urgency=low
* New upstream source. (Closes: #689917)
- DoS vulnerabillities:
CVE-2012-3789 closed (Closes: #682676)
CVE-2012-4683 and CVE-2012-4682 closed (Closes: #688813)
- Block database no longer stored alongside wallet.dat
(Closes: #660286)
[ Jonas Smedegaard ]
* Update watch file to directly use github.com (not
githubredir.debian.net).
* Update copyright file:
+ Update list of main upstream authors.
+ Drop obsolete Files section for sha256.cpp.
+ Add Files section for newly introduced bash-completion.
+ Fix use pseudo-comment section to obey silly restrictions of
copyright format 1.0.
* Bump debhelper compatibility level to 8.
* Update package relations:
+ Relax to build-depend unversioned on cdbs: Needed version
satisfied in stable, and oldstable no longer supported.
[ Scott Howard ]
* debian/control
- Changed maintainer to: Debian Bitcoin Packaging Team
* Added myself as uploader.
* Enabled parallel building DEB_BUILD_PARALLEL
* Updated debian/control description of bitcoind to state that the
blockchain now is "several GB" large (Closes: #677524)
-- Jonas Smedegaard <[email protected]> Sat, 10 Nov 2012 23:22:04 +0100
bitcoin (0.6.2.2-1) unstable; urgency=low
* New upstream release.
-- Jonas Smedegaard <[email protected]> Sun, 13 May 2012 13:40:23 +0200
bitcoin (0.6.2.1-2) unstable; urgency=low
* Fix build on wildcard any-arm (not bogus any-armel any-armhf).
Really closes: bug#668868. Thanks to Jakub Wilk.
-- Jonas Smedegaard <[email protected]> Thu, 10 May 2012 22:11:10 +0200
bitcoin (0.6.2.1-1) unstable; urgency=low
* New upstream release.
* Add -fpermissive to CXXFLAGS to work around build failure with gcc
4.7.
Closes: bug#667114. Thanks to Matthias Klose.
* Only build on little-endian architectures: Upstream code does not
support big-endian.
Closes: bug#668868, #668864. Thanks to Dwayne C. Litzenberger.
-- Jonas Smedegaard <[email protected]> Thu, 10 May 2012 14:09:46 +0200
bitcoin (0.6.1-1) unstable; urgency=low
* New upstream release.
-- Jonas Smedegaard <[email protected]> Sat, 05 May 2012 23:27:54 +0200
bitcoin (0.6.0-1) unstable; urgency=low
* New upstream release.
* Update copyright file:
+ Extend copyright years.
+ Add Files paragraph for new Stochastic address manager.
+ Bump format to 1.0.
+ Shorten comments, and quote license strings in them.
* Stop setting HOME during regression tests: Fixed upstream.
* Bump standards-version to 3.9.3.
* Update Vcs-Browser field to use anonscm.debian.org URL.
-- Jonas Smedegaard <[email protected]> Fri, 30 Mar 2012 20:00:48 +0200
bitcoin (0.5.2-1) unstable; urgency=low
* New upstream release.
* Add lintian override for Build-dependency on versioned Berkeley DB:
Used only as backporting-friendly fallback.
* Strip word "anonymous" from short description: Wrong advertising!
* Set HOME to build dir during regression tests.
Closes: bug#645544. Thanks to Christoph Egger.
-- Jonas Smedegaard <[email protected]> Tue, 21 Feb 2012 17:45:31 +0100
bitcoin (0.5.1-1) experimental; urgency=low
* New upstream release.
* Update to use only Github (not Sourceforge) as upstream source.
* Update copyright file:
+ Sync list of upstream developers with http://bitcoin.org/ .
+ Add Files section for newly added contrib/macdeploy/*.
+ Extend Files section for debian-provided manpages to cover
upstream shipped duplicate below contrib/debian.
-- Jonas Smedegaard <[email protected]> Wed, 21 Dec 2011 11:34:17 +0700
bitcoin (0.5.0~rc1-1) experimental; urgency=low
* New upstream prerelease.
* Add Github as alternate upstream source in watch file.
* Stop build-depending on libcrypto++-dev, and drop patch 1000:
Upstream no longer use crypto++.
* Drop patch 1003: Upstream builds dynamic by default now.
* Update copyright file: Drop notes on longer included sources.
-- Jonas Smedegaard <[email protected]> Fri, 14 Oct 2011 00:16:18 +0200
bitcoin (0.4.0-1) unstable; urgency=low
* New upstream release.
* Stop repackaging source tarballs: No DFSG-violating stripping left.
* Update copyright file:
+ Add Github URL to Source.
* Drop dpkg-source local-options hint: Declared options are default
since dpkg-source 1.16.1.
+ Add irc URL to Upstream-Contact.
+ Add comment on Bitcoin Developers to catch-all Files section.
+ Add Files sections for newly readded src/cryptopp/* (new custom
BSD-like license), and newly added doc/build-osx.txt and
src/makefile.osx (Expat).
* Bump debhelper compatibility level to 7.
* Suppress binary icns and gpg files.
* Enable regression tests:
+ Build-depend on libboost-test-dev.
+ Extend patch 1003 to also dynamically link test binary.
+ Build and invoke test binary unless tests are disabled.
* Tighten build-dependency on cdbs: Recent version needed to support
debhelper 7.
* Relax build-depend unversioned on debhelper: needed version
satisfied even in oldstable.
* Stop suppress optional build-dependencies: Satisfied in stable.
Build-depend on devscripts (enabling copyright-check).
-- Jonas Smedegaard <[email protected]> Wed, 05 Oct 2011 01:48:53 +0200
bitcoin (0.3.24~dfsg-1) unstable; urgency=low
* New upstream release.
[ Jonas Smedegaard ]
* Improve various usage hints:
+ Explicitly mention in long description that bitcoind contains
daemon and command-line interface.
+ Extend README.Debian with section on lack of GUI, and add primary
headline.
+ Avoid installing upstream README: contains no parts relevant for
Debian usage.
Thanks to richard for suggestions (see bug#629443).
* Favor final releases over prereleases in rules and watch file.
Thanks to Jan Dittberner.
* Track -src (not -linux) tarballs in rules and watch file.
Thanks to Jan Dittberner.
* Drop patches 1004 and 1005 (integrated upstream) and simplify
CXXFLAGS in rules file.
* Stop stripping no longer included source-less binaries from upstream
tarballs.
[ Jan Dittberner ]
* refresh debian/patches/1000_use_system_crypto++.patch
-- Jonas Smedegaard <[email protected]> Tue, 19 Jul 2011 15:08:54 +0200
bitcoin (0.3.21~dfsg-2) unstable; urgency=low
* Enable UPNP support:
+ Drop patch 1006.
+ Build-depend on libminiupnpc-dev.
Thanks to Matt Corallo.
-- Jonas Smedegaard <[email protected]> Sat, 28 May 2011 15:52:44 +0200
bitcoin (0.3.21~dfsg-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Drop patch 1002: no longer needed, as upstream use pkgconfig now.
* Add patch 1006 to really unset USE_UPNP as aparently intended.
* Adjust cleanup rule to preserve .gitignore files.
* Update copyright file:
+ Bump format to draft 174 of DEP-5.
+ Shorten comments.
* Bump policy compliance to standards-version 3.9.2.
* Shorten Vcs-Browser paragraph in control file.
* Fix mention daemon (not CLI tools) in short description.
* Stop conflicting with or replace bitcoin-cli: Only transitional, no
longer needed.
* Link against unversioned berkeleydb. Update NEWS and README.Debian
accordingly (and improve wording while at it).
Closes: Bug#621425. Thanks to Ondřej Surý.
* This release also implicitly updates linkage against libcrypto++,
which closes: bug#626953, #627024.
* Disable linkage against not yet Debian packaged MiniUPnP.
* Silence seemingly harmless noise about unused variables.
-- Jonas Smedegaard <[email protected]> Tue, 17 May 2011 15:31:24 +0200
bitcoin (0.3.20.2~dfsg-2) unstable; urgency=medium
* Fix have wrapper script execute real binary (not loop executing
itself).
Closes: bug#617290. Thanks to Philippe Gauthier and Etienne Laurin.
* Set urgency=medium as the only (user-exposed) binary is useless
without this fix and has been for some time.
-- Jonas Smedegaard <[email protected]> Wed, 16 Mar 2011 09:11:06 +0100
bitcoin (0.3.20.2~dfsg-1) unstable; urgency=low
* New upstream release.
* Fix provide and replace former package name bitcoin-cli.
Closes: bug#618439. Thanks to Shane Wegner.
-- Jonas Smedegaard <[email protected]> Tue, 15 Mar 2011 11:41:43 +0100
bitcoin (0.3.20.01~dfsg-1) unstable; urgency=low
* New upstream release.
[ Micah Anderson ]
* Add myself as uploader.
[ Jonas Smedegaard ]
* Add wrapper for bitcoind to ease initial startup.
* Update patches:
+ Drop patch 2002: Applied upstream.
+ Add patch 1005 to add phtread linker option.
Closes: bug#615619. Thanks to Shane Wegner.
+ Refresh patches.
* Extend copyright years in rules file header.
* Rewrite copyright file using draft svn166 of DEP5 format.
* Rename binary package to bitcoind (from bincoin-cli).
Closes: bug#614025. Thanks to Luke-Jr.
-- Jonas Smedegaard <[email protected]> Tue, 01 Mar 2011 15:55:04 +0100
bitcoin (0.3.19~dfsg-6) unstable; urgency=low
* Fix override agressive optimizations.
* Fix tighten build-dependencies to really fit backporting to Lenny:
+ Add fallback build-dependency on libdb4.6++-dev.
+ Tighten unversioned Boost build-dependencies to recent versions,
To force use of versioned Boost when backporting to Lenny.
...needs more love, though: actual build fails.
-- Jonas Smedegaard <[email protected]> Mon, 17 Jan 2011 19:48:35 +0100
bitcoin (0.3.19~dfsg-5) unstable; urgency=low
* Fix lower Boost fallback-build-dependencies to 1.35, really
available in Lenny.
* Correct comment in rules file regarding reason for versioned Boost
fallback-build-dependency.
* Add patch 2002 adding -mt decoration to Boost flags, to ease
backporting to Lenny.
* Respect DEB_BUILD_OPTIONS, and suppress arch-specific optimizations:
+ Add patch 1004 to allow overriding optimization flags.
+ Set optimization flags conditionally at build time.
+ Drop patch 2002 unconditionally suppressing arch-optimizations.
-- Jonas Smedegaard <[email protected]> Mon, 17 Jan 2011 16:04:48 +0100
bitcoin (0.3.19~dfsg-4) unstable; urgency=low
[ Micah Anderson ]
* Provide example bitcoin.conf.
* Add bitcoind(1) and bitcoin.conf(5) man pages.
[ Jonas Smedegaard ]
* Ease backporting:
+ Suppress optional build-dependencies.
+ Add fallback build-dependencies on the most recent Boost libs
available in Lenny (where unversioned Boost libs are missing).
* Add Micah as copyright holder for manpages, licensed as GPL-3+.
* Bump copyright format to Subversion candidate draft 162 of DEP5.
-- Jonas Smedegaard <[email protected]> Mon, 17 Jan 2011 14:00:48 +0100
bitcoin (0.3.19~dfsg-3) unstable; urgency=low
* Document in copyright file files excluded from repackaged source.
* Update copyright file:
+ Bump DEP5 format hint to Subversion draft rev. 153.
+ Consistently wrap at 72 chars.
+ Refer to GPL-2 file (not GPL symlink).
* Link against Berkeley DB 4.8 (not 4.7):
+ Build-depend on libdb4.8++-dev (and on on libdb4.7++-dev).
+ Suggest libdb4.8-util and db4.7-util.
+ Add README.Debian note on (untested) upgrade routine.
+ Add NEWS entry on changed db version, referring to README.Debian.
-- Jonas Smedegaard <[email protected]> Fri, 07 Jan 2011 22:50:57 +0100
bitcoin (0.3.19~dfsg-2) unstable; urgency=low
* Adjust build options to use optimized miner only for amd64. Fixes
FTBFS on i386 (and other archs, if compiling anywhere else at all).
* Avoid static linking.
* Adjust patch 2001 to avoid only arch-specific optimizations (keep
-O3).
* Extend long description to mention disk consumption and initial use
of IRC.
All of above changes thanks to Helmuth Grohne.
* Add lintian override regarding OpenSSL and GPL: Linked code is Expat
- only Debian packaging is GPL-2+.
-- Jonas Smedegaard <[email protected]> Wed, 29 Dec 2010 00:27:54 +0100
bitcoin (0.3.19~dfsg-1) unstable; urgency=low
[ Jonas Smedegaard ]
* Initial release.
Closes: bug#578157.
-- Jonas Smedegaard <[email protected]> Tue, 28 Dec 2010 15:49:22 +0100