[Xfce4-commits] <postler:master> Bump version to 0.1.1

Christian Dywan noreply at xfce.org
Mon Mar 21 02:08:04 CET 2011


Updating branch refs/heads/master
         to a562267a5a9d8d3501a8064e1674faf1903d608f (commit)
       from 7fc813b4cdb76eabb00f3d4f4c102e5b411acec1 (commit)

commit a562267a5a9d8d3501a8064e1674faf1903d608f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Mar 21 02:06:07 2011 +0100

    Bump version to 0.1.1

 ChangeLog |   17 +++++++++++++++++
 wscript   |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9e02b62..717c903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,21 @@
 This file is licensed under the terms of the LGPL 2.1, see the file COPYING.
 
+v0.1.1:
+ + Save attachments to download folder
+ + Set In-Reply-To header from reply
+ + Re-introduce missing attachment warning
+ + Implement net.launchpad.DockManager
+ + Don't expand folders by default
+ + Add a Blind Copy field to composer
+ + Improve mailto string handling
+ + Improve message selection and dragging
+ + Support secure SMTP on port 465
+ + Implement a keyboard shortcut overview
+ + Allow deleting from saved searches
+ + Suggest alternative ports if sending fails
+ + Fix updating of account details
+ + Add sending port option
+ + Support libindicate 0.5
+
 v0.1.0:
  + Initial release
diff --git a/wscript b/wscript
index b581a84..db8dbba 100644
--- a/wscript
+++ b/wscript
@@ -34,7 +34,7 @@ import misc
 
 major = 0
 minor = 1
-micro = 0
+micro = 1
 
 APPNAME = 'postler'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)



More information about the Xfce4-commits mailing list