aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian/changelog
AgeCommit message (Collapse)Author
2018-05-01Revert #12769: Add systemd service to bitcoind in debian packageWladimir J. van der Laan
After discussion with Matt on IRC, this is not ready for prime time until 2019 and shouldn't have been ACKed and merged. - Revert "Add systemd service for bitcoind" This reverts commit 2a87b1b07c5c4f8b9b34747c5f254c2ae1e824bf. - Revert "Sync contrib/debian from Matt Corallo's PPA" This reverts commit 9085532d35207c4a7690812ae82e476cf518d451. Tree-SHA512: 439f4ccc3e196011af448b220adf26b0e653ac589bf4cfbbc276c1500c9d08f209c9d6101e4d232857779d9f25164cfb222ed30e3d63de116f9121e6ebde31c3
2018-04-20Add systemd service for bitcoindctp-tsteenholdt
Adding systemd service for bitcoind, to provide for a simpler out-of-the-box experience. Configuration file is /etc/bitcoin/bitcoin.conf. This file is a copy of the sample configuration file. The service user 'bitcoin' is added during install. Its homedir is in '/var/lib/bitcoin'. bitcoind.service is disabled by default to allow the user to configure it, before starting it the first time. On package purge, the 'bitcoin' user as well as its homedir is left intact, to not accidentally remove a wallet or something of equal importance. Instead the user is presented with information on how to perform the cleanup manually, after making sure all important data has been backed up.
2018-04-20Sync contrib/debian from Matt Corallo's PPActp-tsteenholdt
2017-05-05Re-enable upnp support in contrib/debianMatt Corallo
2017-05-05Build with QT5 on Debian-based systems using contrib/debianMatt Corallo
2017-05-04Bump minimum boost version in contrib/debianMatt Corallo
2017-05-03Update contrib/debian to latest Ubuntu PPA upload.Matt Corallo
This: * Partially reverts 9f68ed6 (which fixed spelling in a changelog, though generally changelogs should be append-only). * Disables UPnP support (PPA has not had it for a while, and I still don't trust miniupnpc, plus it seems uneccessary - its been a while since we needed to care about Bitcoin-Qt home users getting their inbound ports auto-mapped). * Enables ZMQ. * Forces GUI to Qt4 to fix various issues people have been seeing on Ubuntu and elsewhere with Qt5. * Reverts 70899d70b (Bitcoin does not enable "instant payments", not is transaction management "carried out collectively by the network", for whatever "transaction management" means, finally Bitcoin Core is not the only way to use the Bitcoin currency, as seemingly implied in the description).
2015-10-09Update debian/changelog and slight tweak to debian/controlMatt Corallo
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-02-18Update debian changelog and control fileMatt Corallo
2014-09-26Add 0.9.3 and fix controlMatt Corallo
2014-04-26Update contrib/debian for autotools, among a few other tweaksMatt Corallo
2013-12-27Update debian/Matt Corallo
2013-09-17Update contrib/debian: proper desktop category and update changelogMatt Corallo
2013-05-13new icons for linux, etc.Jonas Schnelli
- new xpm resources for different linux window managers - new png files for autoresizing on different linux window managers - favicon with new logo - window .ico with new logo - updated debian package script - updated changelog
2013-03-24Update contrib/debian (including IRC removal)Matt Corallo
2012-06-25Update contrib/debian and remove system json_spirit patch.Matt Corallo
That patch has been broken for a long, long time (forever?) and doesn't make sense.
2012-06-02Update contrib/debian.Matt Corallo
* Updates package description to note that blockchain now takes 2+ GB instead of 150+ MB. * Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set in Bitcoin itself now. * Update changelog with 0.6.2 and the current updates.
2012-05-06Update changelog to match reality.Matt Corallo
2012-01-26Merge pull request #593 (Full URL Support in bitcoin-qt)Wladimir J. van der Laan
2012-01-07Remove mentions on anonymity in debian folder.Matt Corallo
These should never have been there, bitcoin isnt anonymous without a ton of work that virtually no users will ever be willing and capable of doing.
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-16Update debian changelog to 0.5.1.Matt Corallo
2011-11-21Update contrib/debian/ for 0.5.0 release and fix copyright file.Matt Corallo
2011-11-08Add debian build folderMatt Corallo