From antonio at moszumanska.debian.org Sat Jan 27 21:24:21 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:21 +0000 Subject: [mutt] branch master updated (034488e -> 8202ec5) Message-ID: <20180127212421.28493.65176@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. antonio pushed a change to branch master in repository mutt. from 034488e New upstream release. new 0cee859 New upstream version 1.9.3 new 042a836 Update upstream source from tag 'upstream/1.9.3' new 88ccc0c New upstream release. new b29c76c patches refreshed new 8202ec5 cutting the release The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: ChangeLog | 182 ++ Makefile.am | 10 +- Makefile.in | 26 +- UPDATING | 4 + VERSION | 2 +- configure | 23 +- configure.ac | 2 +- debian/changelog | 6 + .../566076-build_doc_adjustments.patch | 4 +- .../patches/upstream/fast-imap-flag-handling.patch | 25 +- debian/patches/upstream/imap-poll-timeout.patch | 7 +- doc/Makefile.am | 5 +- doc/Makefile.in | 5 +- doc/advancedusage.html | 2 +- doc/index.html | 2 +- doc/intro.html | 12 +- doc/manual.html | 16 +- doc/manual.txt | 22 +- doc/manual.xml.head | 14 +- doc/mutt.man | 2 +- doc/muttbug.man | 200 -- imap/command.c | 44 +- imap/imap.c | 14 +- imap/imap_private.h | 4 +- imap/message.c | 18 +- imap/util.c | 5 +- init.c | 12 - lib.c | 56 + lib.h | 2 + main.c | 2 +- mkchangelog.sh | 2 +- muttbug | 3 - muttbug.sh.in | 337 -- pattern.c | 19 +- po/bg.po | 4 +- po/ca.gmo | Bin 115290 -> 115324 bytes po/ca.po | 4 +- po/cs.gmo | Bin 108411 -> 108445 bytes po/cs.po | 4 +- po/da.gmo | Bin 105218 -> 105252 bytes po/da.po | 4 +- po/de.gmo | Bin 107961 -> 107995 bytes po/de.po | 4 +- po/el.po | 4 +- po/eo.gmo | Bin 104670 -> 104704 bytes po/eo.po | 4 +- po/es.po | 4 +- po/et.po | 4 +- po/eu.gmo | Bin 83762 -> 83796 bytes po/eu.po | 4 +- po/fr.gmo | Bin 113238 -> 113272 bytes po/fr.po | 4 +- po/ga.gmo | Bin 84980 -> 85014 bytes po/ga.po | 4 +- po/gl.po | 4 +- po/hu.po | 4 +- po/id.gmo | Bin 82632 -> 82666 bytes po/id.po | 4 +- po/it.gmo | Bin 90076 -> 90110 bytes po/it.po | 4 +- po/ja.gmo | Bin 115011 -> 115045 bytes po/ja.po | 4 +- po/ko.po | 4 +- po/lt.po | 4 +- po/mutt.pot | 80 +- po/nl.gmo | Bin 107323 -> 107357 bytes po/nl.po | 4 +- po/pl.gmo | Bin 85437 -> 87478 bytes po/pl.po | 3458 +++++++++++--------- po/pt_BR.po | 2 +- po/ru.gmo | Bin 141670 -> 141704 bytes po/ru.po | 4 +- po/sk.po | 2 +- po/sv.gmo | Bin 85199 -> 85233 bytes po/sv.po | 4 +- po/tr.gmo | Bin 83436 -> 83470 bytes po/tr.po | 4 +- po/uk.gmo | Bin 135150 -> 135184 bytes po/uk.po | 4 +- po/zh_CN.gmo | Bin 102108 -> 102142 bytes po/zh_CN.po | 4 +- po/zh_TW.po | 4 +- postpone.c | 35 +- version.sh | 4 +- 84 files changed, 2463 insertions(+), 2311 deletions(-) delete mode 100644 doc/muttbug.man delete mode 100755 muttbug delete mode 100644 muttbug.sh.in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:23 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:23 +0000 Subject: [mutt] 02/05: Update upstream source from tag 'upstream/1.9.3' In-Reply-To: <20180127212421.28493.65176@moszumanska.debian.org> References: <20180127212421.28493.65176@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. antonio pushed a commit to branch master in repository mutt. commit 042a83680f0c655093b4662fc9a9c6b0264da964 Merge: 034488e 0cee859 Author: Antonio Radici Date: Sat Jan 27 21:12:17 2018 +0000 Update upstream source from tag 'upstream/1.9.3' Update to upstream version '1.9.3' with Debian dir e4a315387450cda1d579b010429bcb20b5a12717 ChangeLog | 182 +++ Makefile.am | 10 +- Makefile.in | 26 +- UPDATING | 4 + VERSION | 2 +- configure | 23 +- configure.ac | 2 +- doc/Makefile.am | 5 +- doc/Makefile.in | 5 +- doc/advancedusage.html | 2 +- doc/index.html | 2 +- doc/intro.html | 12 +- doc/manual.html | 16 +- doc/manual.txt | 22 +- doc/manual.xml.head | 14 +- doc/mutt.man | 2 +- doc/muttbug.man | 200 --- imap/command.c | 44 +- imap/imap.c | 14 +- imap/imap_private.h | 4 +- imap/message.c | 18 +- imap/util.c | 5 +- init.c | 12 - lib.c | 56 + lib.h | 2 + main.c | 2 +- mkchangelog.sh | 2 +- muttbug | 3 - muttbug.sh.in | 337 ----- pattern.c | 19 +- po/bg.po | 4 +- po/ca.gmo | Bin 115290 -> 115324 bytes po/ca.po | 4 +- po/cs.gmo | Bin 108411 -> 108445 bytes po/cs.po | 4 +- po/da.gmo | Bin 105218 -> 105252 bytes po/da.po | 4 +- po/de.gmo | Bin 107961 -> 107995 bytes po/de.po | 4 +- po/el.po | 4 +- po/eo.gmo | Bin 104670 -> 104704 bytes po/eo.po | 4 +- po/es.po | 4 +- po/et.po | 4 +- po/eu.gmo | Bin 83762 -> 83796 bytes po/eu.po | 4 +- po/fr.gmo | Bin 113238 -> 113272 bytes po/fr.po | 4 +- po/ga.gmo | Bin 84980 -> 85014 bytes po/ga.po | 4 +- po/gl.po | 4 +- po/hu.po | 4 +- po/id.gmo | Bin 82632 -> 82666 bytes po/id.po | 4 +- po/it.gmo | Bin 90076 -> 90110 bytes po/it.po | 4 +- po/ja.gmo | Bin 115011 -> 115045 bytes po/ja.po | 4 +- po/ko.po | 4 +- po/lt.po | 4 +- po/mutt.pot | 80 +- po/nl.gmo | Bin 107323 -> 107357 bytes po/nl.po | 4 +- po/pl.gmo | Bin 85437 -> 87478 bytes po/pl.po | 3458 +++++++++++++++++++++++++++--------------------- po/pt_BR.po | 2 +- po/ru.gmo | Bin 141670 -> 141704 bytes po/ru.po | 4 +- po/sk.po | 2 +- po/sv.gmo | Bin 85199 -> 85233 bytes po/sv.po | 4 +- po/tr.gmo | Bin 83436 -> 83470 bytes po/tr.po | 4 +- po/uk.gmo | Bin 135150 -> 135184 bytes po/uk.po | 4 +- po/zh_CN.gmo | Bin 102108 -> 102142 bytes po/zh_CN.po | 4 +- po/zh_TW.po | 4 +- postpone.c | 35 +- version.sh | 4 +- 80 files changed, 2441 insertions(+), 2291 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:23 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:23 +0000 Subject: [mutt] 03/05: New upstream release. In-Reply-To: <20180127212421.28493.65176@moszumanska.debian.org> References: <20180127212421.28493.65176@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. antonio pushed a commit to branch master in repository mutt. commit 88ccc0cc3a5b7349343832326fde755e8315cfa3 Author: Antonio Radici Date: Sat Jan 27 21:12:42 2018 +0000 New upstream release. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5d7dd11..38da348 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mutt (1.9.3-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Antonio Radici Sat, 27 Jan 2018 21:12:29 +0000 + mutt (1.9.2-1) unstable; urgency=medium * New upstream release. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:23 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:23 +0000 Subject: [mutt] 04/05: patches refreshed In-Reply-To: <20180127212421.28493.65176@moszumanska.debian.org> References: <20180127212421.28493.65176@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. antonio pushed a commit to branch master in repository mutt. commit b29c76c52945b1d8ca088973bd19e88b76b0a1c0 Author: Antonio Radici Date: Sat Jan 27 21:13:31 2018 +0000 patches refreshed --- .../566076-build_doc_adjustments.patch | 4 ++-- .../patches/upstream/fast-imap-flag-handling.patch | 25 ++++++++++------------ debian/patches/upstream/imap-poll-timeout.patch | 7 +++--- 3 files changed, 16 insertions(+), 20 deletions(-) diff --git a/debian/patches/debian-specific/566076-build_doc_adjustments.patch b/debian/patches/debian-specific/566076-build_doc_adjustments.patch index 337a984..72daa33 100644 --- a/debian/patches/debian-specific/566076-build_doc_adjustments.patch +++ b/debian/patches/debian-specific/566076-build_doc_adjustments.patch @@ -9,7 +9,7 @@ Use w3m to build the txt manual. --- a/doc/Makefile.am +++ b/doc/Makefile.am -@@ -109,9 +109,7 @@ +@@ -106,9 +106,7 @@ check: manual.txt: manual.html @@ -20,7 +20,7 @@ Use w3m to build the txt manual. Muttrc: stamp-doc-rc -@@ -123,7 +121,7 @@ +@@ -120,7 +118,7 @@ touch stamp-doc-rc manual.html: $(srcdir)/html.xsl $(srcdir)/mutt.xsl stamp-doc-xml $(srcdir)/mutt.css diff --git a/debian/patches/upstream/fast-imap-flag-handling.patch b/debian/patches/upstream/fast-imap-flag-handling.patch index 3d59bec..3bb1409 100644 --- a/debian/patches/upstream/fast-imap-flag-handling.patch +++ b/debian/patches/upstream/fast-imap-flag-handling.patch @@ -21,10 +21,9 @@ header flag change. Only set one of the reopen/check_status flags in the event of an actual change (or potential change if a local change has been made to the header.) -diff -r cbe207b97a2a -r e98ad5446640 imap/command.c ---- a/imap/command.c Tue Sep 26 19:45:23 2017 -0700 -+++ b/imap/command.c Wed Sep 27 13:45:36 2017 -0700 -@@ -652,6 +652,7 @@ +--- a/imap/command.c ++++ b/imap/command.c +@@ -653,6 +653,7 @@ { unsigned int msn, uid; HEADER *h; @@ -32,7 +31,7 @@ diff -r cbe207b97a2a -r e98ad5446640 imap/command.c dprint (3, (debugfile, "Handling FETCH\n")); -@@ -687,13 +688,14 @@ +@@ -688,13 +689,14 @@ if (ascii_strncasecmp ("FLAGS", s, 5) == 0) { @@ -53,9 +52,8 @@ diff -r cbe207b97a2a -r e98ad5446640 imap/command.c } return; } -diff -r cbe207b97a2a -r e98ad5446640 imap/imap_private.h ---- a/imap/imap_private.h Tue Sep 26 19:45:23 2017 -0700 -+++ b/imap/imap_private.h Wed Sep 27 13:45:36 2017 -0700 +--- a/imap/imap_private.h ++++ b/imap/imap_private.h @@ -269,7 +269,7 @@ void imap_add_keywords (char* s, HEADER* keywords, LIST* mailbox_flags, size_t slen); void imap_free_header_data (IMAP_HEADER_DATA** data); @@ -65,10 +63,9 @@ diff -r cbe207b97a2a -r e98ad5446640 imap/imap_private.h int imap_cache_del (IMAP_DATA* idata, HEADER* h); int imap_cache_clean (IMAP_DATA* idata); -diff -r cbe207b97a2a -r e98ad5446640 imap/message.c ---- a/imap/message.c Tue Sep 26 19:45:23 2017 -0700 -+++ b/imap/message.c Wed Sep 27 13:45:36 2017 -0700 -@@ -652,7 +652,7 @@ +--- a/imap/message.c ++++ b/imap/message.c +@@ -653,7 +653,7 @@ * incrementally update flags later, this won't stop us syncing */ else if ((ascii_strncasecmp ("FLAGS", pc, 5) == 0) && !h->changed) { @@ -77,7 +74,7 @@ diff -r cbe207b97a2a -r e98ad5446640 imap/message.c goto bail; } } -@@ -1183,19 +1183,55 @@ +@@ -1184,19 +1184,55 @@ } } @@ -135,7 +132,7 @@ diff -r cbe207b97a2a -r e98ad5446640 imap/message.c dprint (2, (debugfile, "imap_set_flags: parsing FLAGS\n")); if ((s = msg_parse_flags (&newh, s)) == NULL) return NULL; -@@ -1207,16 +1243,24 @@ +@@ -1208,16 +1244,24 @@ readonly = ctx->readonly; ctx->readonly = 0; diff --git a/debian/patches/upstream/imap-poll-timeout.patch b/debian/patches/upstream/imap-poll-timeout.patch index 9a54622..3e5c446 100644 --- a/debian/patches/upstream/imap-poll-timeout.patch +++ b/debian/patches/upstream/imap-poll-timeout.patch @@ -9,10 +9,9 @@ Add polling for the IDLE command. (closes #3957) Add $imap_poll_timeout poll for IDLE, since this is also a command that will freeze after waking if $imap_idle is set. -diff -r ba4a3cb944c5 -r 321805c70d99 imap/command.c ---- a/imap/command.c Sat Sep 30 19:16:56 2017 -0700 -+++ b/imap/command.c Sun Oct 15 15:13:18 2017 +0800 -@@ -333,7 +333,21 @@ +--- a/imap/command.c ++++ b/imap/command.c +@@ -334,7 +334,21 @@ { int rc; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:23 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:23 +0000 Subject: [mutt] 05/05: cutting the release In-Reply-To: <20180127212421.28493.65176@moszumanska.debian.org> References: <20180127212421.28493.65176@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. antonio pushed a commit to branch master in repository mutt. commit 8202ec5b14a261bf1da525772661344e21b4bbcb Author: Antonio Radici Date: Sat Jan 27 21:13:54 2018 +0000 cutting the release --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 38da348..484d1c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mutt (1.9.3-1) UNRELEASED; urgency=medium +mutt (1.9.3-1) unstable; urgency=medium * New upstream release. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:31 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:31 +0000 Subject: [mutt] branch pristine-tar updated (290f4f8 -> d3478fb) Message-ID: <20180127212428.28934.62665@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. antonio pushed a change to branch pristine-tar in repository mutt. from 290f4f8 pristine-tar data for mutt_1.9.2.orig.tar.gz new d3478fb pristine-tar data for mutt_1.9.3.orig.tar.gz The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: mutt_1.9.3.orig.tar.gz.delta | Bin 0 -> 15268 bytes mutt_1.9.3.orig.tar.gz.id | 1 + 2 files changed, 1 insertion(+) create mode 100644 mutt_1.9.3.orig.tar.gz.delta create mode 100644 mutt_1.9.3.orig.tar.gz.id -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:31 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:31 +0000 Subject: [mutt] 01/01: pristine-tar data for mutt_1.9.3.orig.tar.gz In-Reply-To: <20180127212428.28934.62665@moszumanska.debian.org> References: <20180127212428.28934.62665@moszumanska.debian.org> Message-ID: This is an automated email from the git hooks/post-receive script. antonio pushed a commit to branch pristine-tar in repository mutt. commit d3478fb5440bcb71b606024155125c97c22180d1 Author: Antonio Radici Date: Sat Jan 27 21:12:17 2018 +0000 pristine-tar data for mutt_1.9.3.orig.tar.gz --- mutt_1.9.3.orig.tar.gz.delta | Bin 0 -> 15268 bytes mutt_1.9.3.orig.tar.gz.id | 1 + 2 files changed, 1 insertion(+) diff --git a/mutt_1.9.3.orig.tar.gz.delta b/mutt_1.9.3.orig.tar.gz.delta new file mode 100644 index 0000000..5fc9f45 Binary files /dev/null and b/mutt_1.9.3.orig.tar.gz.delta differ diff --git a/mutt_1.9.3.orig.tar.gz.id b/mutt_1.9.3.orig.tar.gz.id new file mode 100644 index 0000000..2d18842 --- /dev/null +++ b/mutt_1.9.3.orig.tar.gz.id @@ -0,0 +1 @@ +e35a4afb25292d97e666c0c9aef65cd2ab44111d -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:31 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:31 +0000 Subject: [mutt] branch upstream updated (acb7c96 -> 0cee859) Message-ID: <20180127212428.28934.14888@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. antonio pushed a change to branch upstream in repository mutt. from acb7c96 New upstream version 1.9.2 adds 0cee859 New upstream version 1.9.3 No new revisions were added by this update. Summary of changes: ChangeLog | 182 +++ Makefile.am | 10 +- Makefile.in | 26 +- UPDATING | 4 + VERSION | 2 +- configure | 23 +- configure.ac | 2 +- doc/Makefile.am | 5 +- doc/Makefile.in | 5 +- doc/advancedusage.html | 2 +- doc/index.html | 2 +- doc/intro.html | 12 +- doc/manual.html | 16 +- doc/manual.txt | 22 +- doc/manual.xml.head | 14 +- doc/mutt.man | 2 +- doc/muttbug.man | 200 --- imap/command.c | 44 +- imap/imap.c | 14 +- imap/imap_private.h | 4 +- imap/message.c | 18 +- imap/util.c | 5 +- init.c | 12 - lib.c | 56 + lib.h | 2 + main.c | 2 +- mkchangelog.sh | 2 +- muttbug | 3 - muttbug.sh.in | 337 ----- pattern.c | 19 +- po/bg.po | 4 +- po/ca.gmo | Bin 115290 -> 115324 bytes po/ca.po | 4 +- po/cs.gmo | Bin 108411 -> 108445 bytes po/cs.po | 4 +- po/da.gmo | Bin 105218 -> 105252 bytes po/da.po | 4 +- po/de.gmo | Bin 107961 -> 107995 bytes po/de.po | 4 +- po/el.po | 4 +- po/eo.gmo | Bin 104670 -> 104704 bytes po/eo.po | 4 +- po/es.po | 4 +- po/et.po | 4 +- po/eu.gmo | Bin 83762 -> 83796 bytes po/eu.po | 4 +- po/fr.gmo | Bin 113238 -> 113272 bytes po/fr.po | 4 +- po/ga.gmo | Bin 84980 -> 85014 bytes po/ga.po | 4 +- po/gl.po | 4 +- po/hu.po | 4 +- po/id.gmo | Bin 82632 -> 82666 bytes po/id.po | 4 +- po/it.gmo | Bin 90076 -> 90110 bytes po/it.po | 4 +- po/ja.gmo | Bin 115011 -> 115045 bytes po/ja.po | 4 +- po/ko.po | 4 +- po/lt.po | 4 +- po/mutt.pot | 80 +- po/nl.gmo | Bin 107323 -> 107357 bytes po/nl.po | 4 +- po/pl.gmo | Bin 85437 -> 87478 bytes po/pl.po | 3458 +++++++++++++++++++++++++++--------------------- po/pt_BR.po | 2 +- po/ru.gmo | Bin 141670 -> 141704 bytes po/ru.po | 4 +- po/sk.po | 2 +- po/sv.gmo | Bin 85199 -> 85233 bytes po/sv.po | 4 +- po/tr.gmo | Bin 83436 -> 83470 bytes po/tr.po | 4 +- po/uk.gmo | Bin 135150 -> 135184 bytes po/uk.po | 4 +- po/zh_CN.gmo | Bin 102108 -> 102142 bytes po/zh_CN.po | 4 +- po/zh_TW.po | 4 +- postpone.c | 35 +- version.sh | 4 +- 80 files changed, 2441 insertions(+), 2291 deletions(-) delete mode 100644 doc/muttbug.man delete mode 100755 muttbug delete mode 100644 muttbug.sh.in -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:36 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:36 +0000 Subject: [mutt] annotated tag debian/1.9.3-1 created (now cd05a75) Message-ID: <20180127212435.29242.25285@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. antonio pushed a change to annotated tag debian/1.9.3-1 in repository mutt. at cd05a75 (tag) tagging 8202ec5b14a261bf1da525772661344e21b4bbcb (commit) replaces debian/1.9.2-1 tagged by Antonio Radici on Sat Jan 27 21:20:56 2018 +0000 - Log ----------------------------------------------------------------- mutt Debian release 1.9.3-1 Antonio Radici (5): New upstream version 1.9.3 Update upstream source from tag 'upstream/1.9.3' New upstream release. patches refreshed cutting the release ----------------------------------------------------------------------- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git From antonio at moszumanska.debian.org Sat Jan 27 21:24:36 2018 From: antonio at moszumanska.debian.org (Antonio Radici) Date: Sat, 27 Jan 2018 21:24:36 +0000 Subject: [mutt] annotated tag upstream/1.9.3 created (now a0a707e) Message-ID: <20180127212435.29242.65283@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. antonio pushed a change to annotated tag upstream/1.9.3 in repository mutt. at a0a707e (tag) tagging 0cee859ba5fe052a0c51009b697fee63586774be (commit) replaces upstream/1.9.2 tagged by Antonio Radici on Sat Jan 27 21:12:17 2018 +0000 - Log ----------------------------------------------------------------- Upstream version 1.9.3 Antonio Radici (1): New upstream version 1.9.3 ----------------------------------------------------------------------- No new revisions were added by this update. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mutt/mutt.git