diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-09-27 15:47:11 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-09-27 15:47:24 +0200 |
| commit | 2c45f49cde5c033daa17340c32a960e32f737a08 (patch) | |
| tree | 8e40d64184395b1096fb1b1f906692294758254a | |
| parent | Merge pull request #4986 (diff) | |
| parent | Add 0.9.3 and fix control (diff) | |
| download | discoin-2c45f49cde5c033daa17340c32a960e32f737a08.tar.xz discoin-2c45f49cde5c033daa17340c32a960e32f737a08.zip | |
Merge pull request #4987
0866948 Add 0.9.3 and fix control (Matt Corallo)
| -rw-r--r-- | contrib/debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/debian/changelog b/contrib/debian/changelog index 4f22567f8..fe910b65a 100644 --- a/contrib/debian/changelog +++ b/contrib/debian/changelog @@ -1,3 +1,9 @@ +bitcoin (0.9.3-precise1) precise; urgency=medium + + * New upstream releases. + + -- Matt Corallo (BlueMatt) <[email protected]> Fri, 26 Sep 2014 12:01:00 -0700 + bitcoin (0.9.1-precise1) precise; urgency=medium * New upstream release. diff --git a/contrib/debian/control b/contrib/debian/control index ac635f43e..a653260ad 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -39,7 +39,6 @@ Description: peer-to-peer network based digital currency - daemon Full transaction history is stored locally at each client. This requires 20+ GB of space, slowly growing. . - This package provides the daemon, bitcoind, and the CLI tool bitcoin-cli to interact with the daemon. |