Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tobey authored and John Tobey committed Jul 15, 2011
1 parent 2af46d8 commit 6006522
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Major changes from 0.3 to 0.4 (2011-07-04 to 2011-07-15)
========================================================

* The chain summary page (the one listing several blocks in the same
chain) loads much faster than before.

* Address search accepts an initial substring, still without storing
addresses in the database.

* FastCGI support has matured. See README-FASTCGI.txt for setup.

* Abe supports Weeds currency natively. Weeds info:
http://forum.bitcoin.org/index.php?topic=24209.0

* The "datadir" configuration directive can add a new currency without
changes to Python code.

* "auto-agpl" provides a link to download the source directory: a
license compliance aid for those not wishing to use a Github fork.

* /chain/Bitcoin/q/getblockcount: first of (I hope) many
BBE-compatible APIs.

* Several small fixes and speedups.
2 changes: 1 addition & 1 deletion abe.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import base58

ABE_APPNAME = "Abe"
ABE_VERSION = '0.3'
ABE_VERSION = '0.4'
ABE_URL = 'https://github.com/jtobey/bitcoin-abe'

COPYRIGHT_YEARS = '2011'
Expand Down

0 comments on commit 6006522

Please sign in to comment.