forked from bitcoin-abe/bitcoin-abe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Tobey
authored and
John Tobey
committed
Jul 15, 2011
1 parent
2af46d8
commit 6006522
Showing
2 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters