diff options
| author | Matt Corallo <[email protected]> | 2014-09-26 20:50:52 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-09-26 20:51:24 -0700 |
| commit | 0866948e18cb65d2afbc49e4103f3cce05875999 (patch) | |
| tree | 2fd71af1610c33c3ab296b9a46ce5d283384dbbf | |
| parent | Merge pull request #4969 (diff) | |
| download | discoin-0866948e18cb65d2afbc49e4103f3cce05875999.tar.xz discoin-0866948e18cb65d2afbc49e4103f3cce05875999.zip | |
Add 0.9.3 and fix control
| -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. |