PyBitmessage/debian/changelog

113 lines
4.0 KiB
Plaintext
Raw Normal View History

2013-05-13 18:49:39 +00:00
pybitmessage (0.3.0-1) raring; urgency=low
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added new API function: getStatus
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added error-handling around all sock.sendall() functions
in the receiveData thread so that if there is a problem
sending data, the threads will close gracefully
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Abandoned and removed the connectionsCount data structure;
use the connectedHostsList instead because it has proved to be
more accurate than trying to maintain the connectionsCount
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added daemon mode. All UI code moved into a module and many
shared objects moved into shared.py
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Truncate display of very long messages to avoid freezing the UI
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added encrypted broadcasts for v3 addresses or v2 addresses
after 2013-05-28 10:00 UTC
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* No longer self.sock.close() from within receiveDataThreads,
let the sendDataThreads do it
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Swapped out the v2 announcements subscription address for a v3
announcements subscription address
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Vacuum the messages.dat file once a month: will greatly reduce the file size
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added a settings table in message.dat
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Implemented v3 addresses:
pubkey messages must now include two var_ints: nonce_trials_per_byte
and extra_bytes, and also be signed. When sending a message to a v3
address, the sender must use these values in calculating its POW or
else the message will not be accepted by the receiver.
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Display a privacy warning when selecting 'Send Broadcast from this address'
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added gitignore file
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Added code in preparation for a switch from 32-bit time to 64-bit time.
Nodes will now advertise themselves as using protocol version 2.
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Don't necessarily delete entries from the inventory after 2.5 days;
leave pubkeys there for 28 days so that we don't process the same ones
many times throughout a month. This was causing the 'pubkeys processed'
indicator on the 'Network Status' tab to not accurately reflect the
number of truly new addresses on the network.
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Use 32 threads for outgoing connections in order to connect quickly
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Fix typo when calling os.environ in the sys.platform=='darwin' case
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Allow the cancelling of a message which is in the process of being
sent by trashing it then restarting Bitmessage
2013-05-06 11:16:26 +00:00
2013-05-06 16:15:18 +00:00
* Bug fix: can't delete address from address book
2013-05-06 11:16:26 +00:00
-- Bob Mottram (4096 bits) <bob@sluggish.dyndns.org> Tue, 6 May 2013 12:06:00 +0100
2013-04-09 16:59:33 +00:00
pybitmessage (0.2.8-1) unstable; urgency=low
* Fixed Ubuntu & OS X issue:
Bitmessage wouldn't receive any objects from peers after restart.
* Inventory flush to disk when exiting program now vastly faster.
* Fixed address generation bug (kept Bitmessage from restarting).
* Improve deserialization of messages
before processing (a 'best practice').
* Change to help Macs find OpenSSL the way Unix systems find it.
* Do not share or accept IPs which are in the private IP ranges.
* Added time-fuzzing
to the embedded time in pubkey and getpubkey messages.
* Added a knownNodes lock
to prevent an exception from sometimes occurring when saving
the data-structure to disk.
* Show unread messages in bold
and do not display new messages automatically.
* Support selecting multiple items
in the inbox, sent box, and address book.
* Use delete key to trash Inbox or Sent messages.
* Display richtext(HTML) messages
from senders in address book or subscriptions (although not
pseudo-mailing-lists; use new right-click option).
* Trim spaces
from the beginning and end of addresses when adding to
address book, subscriptions, and blacklist.
* Improved the display of the time for foreign language users.
-- Bob Mottram (4096 bits) <bob@sluggish.dyndns.org> Tue, 9 Apr 2013 17:44:00 +0100
2013-04-01 19:23:32 +00:00
pybitmessage (0.2.7-1) unstable; urgency=low
* Added debian packaging
* Script to generate debian packages
* SVG icon for Gnome shell, etc
* Source moved int src directory for debian standards compatibility
* Trailing carriage return on COPYING LICENSE and README.md
-- Bob Mottram (4096 bits) <bob@sluggish.dyndns.org> Tue, 1 Apr 2013 17:12:14 +0100