Bumped version number to 0.2.8
This commit is contained in:
parent
28a0d5877d
commit
45d90c0244
|
@ -7,7 +7,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=pybitmessage
|
||||
VERSION=0.2.7
|
||||
VERSION=0.2.8
|
||||
ARCH_TYPE=all
|
||||
|
||||
# Create a source archive
|
||||
|
|
43
debian/changelog
vendored
43
debian/changelog
vendored
|
@ -1,3 +1,46 @@
|
|||
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
|
||||
|
||||
pybitmessage (0.2.7-1) unstable; urgency=low
|
||||
|
||||
* Added debian packaging
|
||||
|
|
2
debian/files
vendored
2
debian/files
vendored
|
@ -1 +1 @@
|
|||
pybitmessage_0.2.7-1_all.deb contrib/comm extra
|
||||
pybitmessage_0.2.8-1_all.deb contrib/comm extra
|
||||
|
|
Loading…
Reference in New Issue
Block a user