Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Jul 26, 2017
1 parent 9857816 commit 854e57a
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,47 @@
v0.96.1

== Added ==
- Raised default fee to 200 satoshi/Bytes. This fee will apply when using defaults and the node RPC is down.
Any applied fee lower than that rate will trigger a warning message box. Users have to actively choose to
bypass the warning.
- Split unit tests building from default autotools setup. To build tests, use:
./configure --enable-tests.
- You can now disable GUI in the autotools build system. Use:
./configure --without-gui
- When spawned with a cookie file, the DB now randomizes its listen port to (49150 + [0-15000]) and reports it in the cookie file.
- Added --fcgi-port command line argument to the DB.
- Added --fcgi-port command line argument to the DB
- Address comments are now visible again in the Coin Control GUI
- DB messages now have checksums; this improves error and version mismatch detection
- Transactions that failed to broadcast throug the P2P layer will now be pushed to the RPC afterwards, if it's enabled
- Refresh address view in Wallet Properties dialog on several user interactions.
- RPC status is now signaled in the bottom right corner status bar. Disabled RPC will result in bold purple text.
- Highly improved DB corruption self diagnosis and automated fixing.
- Zero confirmation parser pool now is now capped at 100 threads.
You can modify this value with the --zcthread-pool command line argument.

== Fixed ==
- ZC parsing will no long occur while the BDM is initializing
- Wait on cookie file creation before connection to auto managed DB
- ZC parsing will no longer occur while the BDM is initializing
- Wait on cookie file creation before connecting to auto managed DB
- Fixed registration/callback premature garbage collection
- Translation patch issues
- Fixed "Fund from wallet" lockbox GUI
- Fixed TxIn/Out pretty printing
- Tied init phase spinning icon rotation to progress notifications. The icon will not spin when no progress data is received, correctly
indicating the DB is hanging.
- Fixed cryptopp build against older CPUs (no AES or PCLMUL archs)
- Fixed RBF bumping with no change
- Fixed cryptopp build against older CPUs (no AES or PCLMUL archs).
- Fixed RBF bumping with no change.
- Improved timestamps granularity in logs.
- Improved transaction broadcast consistency.
- Improved error message verbose of timed out transaction broadcasts.
- ./configure --prefix now propagates correctly to Makefiles.
- Fixed several memleaks in the database code.
- Fixed false positive throws over bad packet detection in socketing layer.
- Fixed coin selection edge cases.
- Fixed the displaying of address comments in the lobby ledger.

== Removed ==
- Python-twisted dependency. This should remove the underlying openSSL dependency as well.
- Database command prompt will no longer appear when auto managing the DB on Windows

v0.96, released April 30th 2017

Expand Down

1 comment on commit 854e57a

@nimbosa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using latest release armory_0.96.1_amd64.deb (Armory 0.96.1 for Ubuntu/Debian 64-bit):

$ sudo apt install -y ./armory_0.96.1_amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'armory' instead of './armory_0.96.1_amd64.deb'
The following additional packages will be installed:
  python-psutil
Suggested packages:
  python-psutil-doc
The following NEW packages will be installed:
  armory python-psutil
0 upgraded, 2 newly installed, 0 to remove and 50 not upgraded.
Need to get 55.2 kB/10.4 MB of archives.
After this operation, 56.2 MB of additional disk space will be used.
Get:1 http://ph.archive.ubuntu.com/ubuntu xenial/main amd64 python-psutil amd64 3.4.2-1 [55.2 kB]
Get:2 ~/armory_0.96.1_amd64.deb armory amd64 0.96.1-1 [10.3 MB]
Fetched 55.2 kB in 1s (43.9 kB/s)
Selecting previously unselected package python-psutil.
(Reading database ... 313649 files and directories currently installed.)
Preparing to unpack .../python-psutil_3.4.2-1_amd64.deb ...
Unpacking python-psutil (3.4.2-1) ...
Selecting previously unselected package armory.
Preparing to unpack .../barya/armory_0.96.1_amd64.deb ...
Unpacking armory (0.96.1-1) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up python-psutil (3.4.2-1) ...
Setting up armory (0.96.1-1) ...
   Setting up menu items.
    EXEC: xdg-icon-resource install --novendor --context apps --size 64 /usr/local/share/armory/img/armory_icon_64x64.png armoryicon
xdg-icon-resource: file '/usr/local/share/armory/img/armory_icon_64x64.png' does not exist
    EXEC: xdg-icon-resource install --novendor --context apps --size 64 /usr/local/share/armory/img/armory_icon_64x64.png armoryofflineicon
xdg-icon-resource: file '/usr/local/share/armory/img/armory_icon_64x64.png' does not exist
    EXEC: xdg-icon-resource install --novendor --context apps --size 64 /usr/local/share/armory/img/armory_icon_green_64x64.png armorytestneticon
xdg-icon-resource: file '/usr/local/share/armory/img/armory_icon_green_64x64.png' does not exist
    EXEC: xdg-desktop-menu  install --novendor /usr/share/applications/armory.desktop
    EXEC: xdg-desktop-menu  install --novendor /usr/share/applications/armorytestnet.desktop
    EXEC: xdg-desktop-menu  install --novendor /usr/share/applications/armoryoffline.desktop

!!! Armory installed successfully !!!

  Armory can be removed at any time, either through your package 
  manager, or through the following command:
      sudo dpkg -r armory
Processing triggers for libc-bin (2.23-0ubuntu9) ...

$

Please sign in to comment.