diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-27 15:47:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-27 15:47:24 +0200 |
commit | 2c45f49cde5c033daa17340c32a960e32f737a08 (patch) | |
tree | 8e40d64184395b1096fb1b1f906692294758254a | |
parent | 64cfaf891fe539b36f6be37dac6c28a712d70b96 (diff) | |
parent | 0866948e18cb65d2afbc49e4103f3cce05875999 (diff) |
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 4f22567f85..fe910b65a5 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) <matt@mattcorallo.com> 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 ac635f43e0..a653260ad3 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. |