[Commits] [SCM] clawsker branch, master, updated. 1.1.0

mones at claws-mail.org mones at claws-mail.org
Sun Mar 26 21:33:38 CEST 2017


The branch, master has been updated
       via  ee6623a88d87db66c1dd14304788f7760f0f22da (commit)
       via  8f1ae21220a1eb9eb953f6a932949fdbf619a1e7 (commit)
      from  048420e8005515c03ed118d77ed52c4b42f41b4b (commit)

Summary of changes:
 Makefile    |   13 +++++++++----
 NEWS        |   15 +++++++++++++++
 po/Makefile |    2 +-
 3 files changed, 25 insertions(+), 5 deletions(-)


- Log -----------------------------------------------------------------
commit ee6623a88d87db66c1dd14304788f7760f0f22da
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Mar 26 21:30:34 2017 +0200

    Release 1.1.0

diff --git a/Makefile b/Makefile
index df80dd0..7c044eb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #
 # Clawsker Makefile
-# Copyright 2007-2016 Ricardo Mones <ricardo at mones.org>
+# Copyright 2007-2017 Ricardo Mones <ricardo at mones.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -11,7 +11,7 @@
 #
 
 NAME = clawsker
-VERSION ?= 1.0.1
+VERSION ?= 1.1.0
 PREFIX ?= /usr/local
 BINDIR = ${PREFIX}/bin
 DATADIR = ${PREFIX}/share
diff --git a/NEWS b/NEWS
index f4ca459..06d2da0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+1.1.0:
+  - Added support for new hidden preferences in Claws Mail 3.15.0
+    'tags_color', 'tags_bgcolor', 'qs_active_color', 'qs_active_bgcolor',
+    'qs_error_color', 'qs_error_bgcolor', 'default_header_color',
+    'default_header_bgcolor', and 'warn_sending_many_recipients_num'.
+  - Added new hotkeys tab for editing keyboard accelerators available in
+    the 'menurc' file of Claws Mail
+  - Fixed bug 3735 'the number of accounts may make main window very tall'
+  - Improved internal versions handling and other minor refactorings
+  - Updated manual page
+  - Translations:
+    • Updated: French, Dutch, Swedish, Turkish, Danish, Brazilian
+      Portuguese, Catalan, Norwegian Bokmål and Spanish
+  - See git log for further details
+
 1.0.1:
   - Small code refactoring and some fixes
   - String management improvements
diff --git a/po/Makefile b/po/Makefile
index a5c82e0..ca2a486 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,6 +1,6 @@
 #
 # Clawsker po Makefile
-# Copyright 2007-2016 Ricardo Mones <ricardo at mones.org>
+# Copyright 2007-2017 Ricardo Mones <ricardo at mones.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

commit 8f1ae21220a1eb9eb953f6a932949fdbf619a1e7
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sun Mar 26 21:29:42 2017 +0200

    Be more specific in dist target

diff --git a/Makefile b/Makefile
index 0393e0f..df80dd0 100644
--- a/Makefile
+++ b/Makefile
@@ -72,8 +72,13 @@ dist:
 	mkdir ${NAME}-${VERSION}
 	cp -p AUTHORS ChangeLog.old ${NAME} ${NAME}.pod ${NAME}.desktop \
 		COPYING Makefile NEWS README ${NAME}-${VERSION}
-	cp -rp po ${NAME}-${VERSION}
-	cp -rp icons ${NAME}-${VERSION}
+	mkdir ${NAME}-${VERSION}/po
+	cp -p po/*.po po/*.pot po/Makefile po/POTFILES po/README po/STATUS \
+		${NAME}-${VERSION}/po
+	mkdir ${NAME}-${VERSION}/po/unmaint
+	cp -p po/unmaint/*.po ${NAME}-${VERSION}/po/unmaint
+	mkdir ${NAME}-${VERSION}/icons
+	cp -p icons/*.xcf icons/*.png ${NAME}-${VERSION}/icons
 	tar cJf ${NAME}-${VERSION}.tar.xz ${NAME}-${VERSION} \
 		&& rm -rf ${NAME}-${VERSION}
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Hidden preferences editor for Claws Mail


More information about the Commits mailing list