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