From adad9f6e6d3e74d4913f36a8fe2a7d3c41f4772d Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 20 Oct 2015 13:41:30 -0300 Subject: [feat] pin mail.bitmask.net provider - Resolves: #7542 --- changes/feature-7542_pin-mailbitmask | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7542_pin-mailbitmask (limited to 'changes') diff --git a/changes/feature-7542_pin-mailbitmask b/changes/feature-7542_pin-mailbitmask new file mode 100644 index 00000000..cd0930ff --- /dev/null +++ b/changes/feature-7542_pin-mailbitmask @@ -0,0 +1 @@ +- Pin mail.bitmask.net provider. Closes feature #7542. -- cgit v1.2.3 From 4d872d604d1f24f370c727c94b0d5ac9352f3d19 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 2 Nov 2015 16:27:46 -0400 Subject: [pkg] add new changelog format --- changes/next-changelog.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 changes/next-changelog.rst (limited to 'changes') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst new file mode 100644 index 00000000..37b950c5 --- /dev/null +++ b/changes/next-changelog.rst @@ -0,0 +1,25 @@ +0.9.1 - xxx ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#7562 `_: use zmq embedded minitornado, instead of system lib. +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Misc +~~~~ +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. -- cgit v1.2.3 From 526fe62df28694e7e7fb5f7a3371b97403a9fdee Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 2 Nov 2015 16:43:49 -0400 Subject: [pkg] merge previous feature file into new changelog format --- changes/feature-7542_pin-mailbitmask | 1 - changes/next-changelog.rst | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) delete mode 100644 changes/feature-7542_pin-mailbitmask (limited to 'changes') diff --git a/changes/feature-7542_pin-mailbitmask b/changes/feature-7542_pin-mailbitmask deleted file mode 100644 index cd0930ff..00000000 --- a/changes/feature-7542_pin-mailbitmask +++ /dev/null @@ -1 +0,0 @@ -- Pin mail.bitmask.net provider. Closes feature #7542. diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 37b950c5..ee5a3874 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -10,6 +10,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#7542 `_: Pin mail.bitmask.net provider. Closes feature #7542. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -23,3 +24,8 @@ Misc ~~~~ - `#1236 `_: Description of the new feature corresponding with issue #1236. - Some change without issue number. + +Known Issues +~~~~~~~~~~~~ + +- `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3 From 4ba177189002b6afd827002d5924545276a6f30b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 2 Nov 2015 18:31:44 -0400 Subject: [bug] use gpg2 binary if gpg not found. Closes: #7563 from debian stretch on, gpg will be a symlink to gpg2. this is currently failing if one uses dpkg-divert to make gpg2 provide /usr/bin/gpg. this solution just attempts to use gpg2 binary if the search for gpg binary fails. - Resolves: #7563 - Releases: 0.9.1 --- changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'changes') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index ee5a3874..8d546424 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -17,6 +17,7 @@ Features Bugfixes ~~~~~~~~ - `#7562 `_: use zmq embedded minitornado, instead of system lib. +- `#7563 `_: use gpg2 binary if gpg not found - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 59fe42cf9e82336042602bb95b1aaacfb8f19ca1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 2 Nov 2015 18:48:55 -0400 Subject: [docs] this was really a feature, not a bugfix --- changes/next-changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changes') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 8d546424..f6f38011 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -10,6 +10,7 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#7563 `_: support the use of gnupg2 - `#7542 `_: Pin mail.bitmask.net provider. Closes feature #7542. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -17,7 +18,6 @@ Features Bugfixes ~~~~~~~~ - `#7562 `_: use zmq embedded minitornado, instead of system lib. -- `#7563 `_: use gpg2 binary if gpg not found - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From e5afffff50a746ebf3df3d8cacaf094e3f6e08c1 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 30 Oct 2015 13:03:05 -0300 Subject: [feat] add ui message to help new mail users Add a UI message for the user to know where to go next. This message goes away after 60 seconds or right after a MUA logs in. - Resolves: #7552 --- changes/feature-7552_mail-help-message-on-ui | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-7552_mail-help-message-on-ui (limited to 'changes') diff --git a/changes/feature-7552_mail-help-message-on-ui b/changes/feature-7552_mail-help-message-on-ui new file mode 100644 index 00000000..44ab8fa7 --- /dev/null +++ b/changes/feature-7552_mail-help-message-on-ui @@ -0,0 +1 @@ +- Add UI message to help new mail users to get started. Closes feature #7552. -- cgit v1.2.3 From 5d4835203875197959810d013d2d411d72db2cd1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Nov 2015 10:52:59 -0400 Subject: try to use /usr/bin/gpg1, gpg2 is broken for keygen --- changes/next-changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changes') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index f6f38011..73e13ae5 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -10,13 +10,13 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7563 `_: support the use of gnupg2 - `#7542 `_: Pin mail.bitmask.net provider. Closes feature #7542. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ +- `#7563 `_: try to look for /usr/bin/gpg1 - `#7562 `_: use zmq embedded minitornado, instead of system lib. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 5995b8339d67effdd58f92e1b357c2f5a7e4ce0a Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 3 Nov 2015 12:35:48 -0300 Subject: [pkg] fold in changes --- changes/next-changelog.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'changes') diff --git a/changes/next-changelog.rst b/changes/next-changelog.rst index 73e13ae5..90448d57 100644 --- a/changes/next-changelog.rst +++ b/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.9.1 - xxx +0.9.2 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,14 +10,11 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7542 `_: Pin mail.bitmask.net provider. Closes feature #7542. - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7563 `_: try to look for /usr/bin/gpg1 -- `#7562 `_: use zmq embedded minitornado, instead of system lib. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. @@ -28,5 +25,4 @@ Misc Known Issues ~~~~~~~~~~~~ - - `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3