From 45d90c0244576fb0e0216b11581efc7d867b3b2c Mon Sep 17 00:00:00 2001 From: fuzzgun Date: Tue, 9 Apr 2013 17:59:33 +0100 Subject: [PATCH] Bumped version number to 0.2.8 --- Makefile | 2 +- debian.sh | 2 +- debian/changelog | 43 +++++++++++++++++++++++++++++++++++++++++++ debian/files | 2 +- 4 files changed, 46 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 89888694..21b9f793 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ APP=pybitmessage -VERSION=0.2.7 +VERSION=0.2.8 all: diff --git a/debian.sh b/debian.sh index fe4f477c..4ffe1b87 100755 --- a/debian.sh +++ b/debian.sh @@ -7,7 +7,7 @@ #!/bin/bash APP=pybitmessage -VERSION=0.2.7 +VERSION=0.2.8 ARCH_TYPE=all # Create a source archive diff --git a/debian/changelog b/debian/changelog index b071b96f..a7d2a84c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Tue, 9 Apr 2013 17:44:00 +0100 + pybitmessage (0.2.7-1) unstable; urgency=low * Added debian packaging diff --git a/debian/files b/debian/files index dd2718fa..471f54a3 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -pybitmessage_0.2.7-1_all.deb contrib/comm extra +pybitmessage_0.2.8-1_all.deb contrib/comm extra