Add debian build folder
[novacoin.git] / contrib / debian / changelog
1 bitcoin (0.5.0~rc3-natty0) natty; urgency=low
2
3   * New upstream release candidate.
4   * Don't set rpcpassword for bitcoin-qt.
5
6  -- Matt Corallo <matt@bluematt.me>  Tue, 8 Nov 2011 11:56:00 -0400
7
8 bitcoin (0.5.0~rc1-natty1) natty; urgency=low
9
10   * Add test_bitcoin to build test
11   * Fix clean
12   * Remove uneccessary build-dependancies
13
14  -- Matt Corallo <matt@bluematt.me>  Wed, 26 Oct 2011 14:37:18 -0400
15
16 bitcoin (0.5.0~rc1-natty0) natty; urgency=low
17
18   * Mark for natty
19   * Fix broken build
20   * Fix copyright listing
21   * Remove bitcoin: URL handler until bitcoin actually has support for it (Oops)
22
23  -- Matt Corallo <matt@bluematt.me>  Wed, 26 Oct 2011 14:37:18 -0400
24
25 bitcoin (0.5.0~rc1-2) experimental; urgency=low
26
27   * Add bitcoin-qt
28
29  -- Matt Corallo <matt@bluematt.me>  Tue, 25 Oct 2011 15:24:18 -0400
30
31 bitcoin (0.5.0~rc1-1) experimental; urgency=low
32
33   * New upstream prerelease.
34   * Add Github as alternate upstream source in watch file.
35   * Stop build-depending on libcrypto++-dev, and drop patch 1000:
36     Upstream no longer use crypto++.
37   * Drop patch 1003: Upstream builds dynamic by default now.
38   * Update copyright file: Drop notes on longer included sources.
39
40  -- Jonas Smedegaard <dr@jones.dk>  Fri, 14 Oct 2011 00:16:18 +0200
41
42 bitcoin (0.4.0-1) unstable; urgency=low
43
44   * New upstream release.
45   * Stop repackaging source tarballs: No DFSG-violating stripping left.
46   * Update copyright file:
47     + Add Github URL to Source.
48   * Drop dpkg-source local-options hint: Declared options are default
49     since dpkg-source 1.16.1.
50     + Add irc URL to Upstream-Contact.
51     + Add comment on Bitcoin Developers to catch-all Files section.
52     + Add Files sections for newly readded src/cryptopp/* (new custom
53       BSD-like license), and newly added doc/build-osx.txt and
54       src/makefile.osx (Expat).
55   * Bump debhelper compatibility level to 7.
56   * Suppress binary icns and gpg files.
57   * Enable regression tests:
58     + Build-depend on libboost-test-dev.
59     + Extend patch 1003 to also dynamically link test binary.
60     + Build and invoke test binary unless tests are disabled.
61   * Tighten build-dependency on cdbs: Recent version needed to support
62     debhelper 7.
63   * Relax build-depend unversioned on debhelper: needed version
64     satisfied even in oldstable.
65   * Stop suppress optional build-dependencies: Satisfied in stable.
66     Build-depend on devscripts (enabling copyright-check).
67
68  -- Jonas Smedegaard <dr@jones.dk>  Wed, 05 Oct 2011 01:48:53 +0200
69
70 bitcoin (0.3.24~dfsg-1) unstable; urgency=low
71
72   * New upstream release.
73
74   [ Jonas Smedegaard ]
75   * Improve various usage hints:
76     + Explicitly mention in long description that bitcoind contains
77       daemon and command-line interface.
78     + Extend README.Debian with section on lack of GUI, and add primary
79       headline.
80     + Avoid installing upstream README: contains no parts relevant for
81       Debian usage.
82     Thanks to richard for suggestions (see bug#629443).
83   * Favor final releases over prereleases in rules and watch file.
84     Thanks to Jan Dittberner.
85   * Track -src (not -linux) tarballs in rules and watch file.
86     Thanks to Jan Dittberner.
87   * Drop patches 1004 and 1005 (integrated upstream) and simplify
88     CXXFLAGS in rules file.
89   * Stop stripping no longer included source-less binaries from upstream
90     tarballs.
91
92   [ Jan Dittberner ]
93   * refresh debian/patches/1000_use_system_crypto++.patch
94
95  -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Jul 2011 15:08:54 +0200
96
97 bitcoin (0.3.21~dfsg-2) unstable; urgency=low
98
99   * Enable UPNP support:
100     + Drop patch 1006.
101     + Build-depend on libminiupnpc-dev.
102     Thanks to Matt Corallo.
103
104  -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 May 2011 15:52:44 +0200
105
106 bitcoin (0.3.21~dfsg-1) unstable; urgency=low
107
108   * New upstream release.
109   * Refresh patches.
110   * Drop patch 1002: no longer needed, as upstream use pkgconfig now.
111   * Add patch 1006 to really unset USE_UPNP as aparently intended.
112   * Adjust cleanup rule to preserve .gitignore files.
113   * Update copyright file:
114     + Bump format to draft 174 of DEP-5.
115     + Shorten comments.
116   * Bump policy compliance to standards-version 3.9.2.
117   * Shorten Vcs-Browser paragraph in control file.
118   * Fix mention daemon (not CLI tools) in short description.
119   * Stop conflicting with or replace bitcoin-cli: Only transitional, no
120     longer needed.
121   * Link against unversioned berkeleydb. Update NEWS and README.Debian
122     accordingly (and improve wording while at it).
123     Closes: Bug#621425. Thanks to Ondřej Surý.
124   * This release also implicitly updates linkage against libcrypto++,
125     which closes: bug#626953, #627024.
126   * Disable linkage against not yet Debian packaged MiniUPnP.
127   * Silence seemingly harmless noise about unused variables.
128
129  -- Jonas Smedegaard <dr@jones.dk>  Tue, 17 May 2011 15:31:24 +0200
130
131 bitcoin (0.3.20.2~dfsg-2) unstable; urgency=medium
132
133   * Fix have wrapper script execute real binary (not loop executing
134     itself).
135     Closes: bug#617290. Thanks to Philippe Gauthier and Etienne Laurin.
136   * Set urgency=medium as the only (user-exposed) binary is useless
137     without this fix and has been for some time.
138
139  -- Jonas Smedegaard <dr@jones.dk>  Wed, 16 Mar 2011 09:11:06 +0100
140
141 bitcoin (0.3.20.2~dfsg-1) unstable; urgency=low
142
143   * New upstream release.
144   * Fix provide and replace former package name bitcoin-cli.
145     Closes: bug#618439. Thanks to Shane Wegner.
146
147  -- Jonas Smedegaard <dr@jones.dk>  Tue, 15 Mar 2011 11:41:43 +0100
148
149 bitcoin (0.3.20.01~dfsg-1) unstable; urgency=low
150
151   * New upstream release.
152
153   [ Micah Anderson ]
154   * Add myself as uploader.
155
156   [ Jonas Smedegaard ]
157   * Add wrapper for bitcoind to ease initial startup.
158   * Update patches:
159     + Drop patch 2002: Applied upstream.
160     + Add patch 1005 to add phtread linker option.
161       Closes: bug#615619. Thanks to Shane Wegner.
162     + Refresh patches.
163   * Extend copyright years in rules file header.
164   * Rewrite copyright file using draft svn166 of DEP5 format.
165   * Rename binary package to bitcoind (from bincoin-cli).
166     Closes: bug#614025. Thanks to Luke-Jr.
167
168  -- Jonas Smedegaard <dr@jones.dk>  Tue, 01 Mar 2011 15:55:04 +0100
169
170 bitcoin (0.3.19~dfsg-6) unstable; urgency=low
171
172   * Fix override agressive optimizations.
173   * Fix tighten build-dependencies to really fit backporting to Lenny:
174     + Add fallback build-dependency on libdb4.6++-dev.
175     + Tighten unversioned Boost build-dependencies to recent versions,
176       To force use of versioned Boost when backporting to Lenny.
177     ...needs more love, though: actual build fails.
178
179  -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 19:48:35 +0100
180
181 bitcoin (0.3.19~dfsg-5) unstable; urgency=low
182
183   * Fix lower Boost fallback-build-dependencies to 1.35, really
184     available in Lenny.
185   * Correct comment in rules file regarding reason for versioned Boost
186     fallback-build-dependency.
187   * Add patch 2002 adding -mt decoration to Boost flags, to ease
188     backporting to Lenny.
189   * Respect DEB_BUILD_OPTIONS, and suppress arch-specific optimizations:
190     + Add patch 1004 to allow overriding optimization flags.
191     + Set optimization flags conditionally at build time.
192     + Drop patch 2002 unconditionally suppressing arch-optimizations.
193
194  -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 16:04:48 +0100
195
196 bitcoin (0.3.19~dfsg-4) unstable; urgency=low
197
198   [ Micah Anderson ]
199   * Provide example bitcoin.conf.
200   * Add bitcoind(1) and bitcoin.conf(5) man pages.
201
202   [ Jonas Smedegaard ]
203   * Ease backporting:
204     + Suppress optional build-dependencies.
205     + Add fallback build-dependencies on the most recent Boost libs
206     available in Lenny (where unversioned Boost libs are missing).
207   * Add Micah as copyright holder for manpages, licensed as GPL-3+.
208   * Bump copyright format to Subversion candidate draft 162 of DEP5.
209
210  -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 14:00:48 +0100
211
212 bitcoin (0.3.19~dfsg-3) unstable; urgency=low
213
214   * Document in copyright file files excluded from repackaged source.
215   * Update copyright file:
216     + Bump DEP5 format hint to Subversion draft rev. 153.
217     + Consistently wrap at 72 chars.
218     + Refer to GPL-2 file (not GPL symlink).
219   * Link against Berkeley DB 4.8 (not 4.7):
220     + Build-depend on libdb4.8++-dev (and on on libdb4.7++-dev).
221     + Suggest libdb4.8-util and db4.7-util.
222     + Add README.Debian note on (untested) upgrade routine.
223     + Add NEWS entry on changed db version, referring to README.Debian.
224
225  -- Jonas Smedegaard <dr@jones.dk>  Fri, 07 Jan 2011 22:50:57 +0100
226
227 bitcoin (0.3.19~dfsg-2) unstable; urgency=low
228
229   * Adjust build options to use optimized miner only for amd64. Fixes
230     FTBFS on i386 (and other archs, if compiling anywhere else at all).
231   * Avoid static linking.
232   * Adjust patch 2001 to avoid only arch-specific optimizations (keep
233     -O3).
234   * Extend long description to mention disk consumption and initial use
235     of IRC.
236   All of above changes thanks to Helmuth Grohne.
237   * Add lintian override regarding OpenSSL and GPL: Linked code is Expat
238     - only Debian packaging is GPL-2+.
239
240  -- Jonas Smedegaard <dr@jones.dk>  Wed, 29 Dec 2010 00:27:54 +0100
241
242 bitcoin (0.3.19~dfsg-1) unstable; urgency=low
243
244   [ Jonas Smedegaard ]
245   * Initial release.
246     Closes: bug#578157.
247
248  -- Jonas Smedegaard <dr@jones.dk>  Tue, 28 Dec 2010 15:49:22 +0100