pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/flnews news/flnews: Update to 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4710a5bbc775
branches: trunk
changeset: 379773:4710a5bbc775
user: micha <micha%pkgsrc.org@localhost>
date: Mon May 23 09:38:14 2022 +0000
description:
news/flnews: Update to 1.1.0
1.1.0 2022-05-21 Release
--------------------------
Bug fixes:
- CORE: Authentication without password is now rejected (reported by
Marcel Logen).
- MAIN: Potential deadlocks in thread-safe replacement functions fixed.
- GUI: State machine modified to avoid race condition when articles are
marked read while group is not completely loaded yet.
New features and improvements:
- GUI: Option to automatically check for new articles added (an interval
in minutes can be configured with the new "refresh_interval" entry in
configfile).
- GUI: Checkbox "Tools->Debug mode" removed. Debug mode must be enabled
with command line option "-debug".
- NNTP: Protocol logfile is only created if debug mode was enabled (and
unlinked otherwise, if present). "Tools->Protocol console" window now
requires debug mode.
- GUI: Support for estimated article count in subscription window added
- GUI: Support for group descriptions in subscription window added
- NNTP: Support for LIST NEWSGROUPS command (RFC 3977) added
- GUI: Support for subscription proposals from server added
(offered to user after server was changed and group list is empty)
- CORE: Support for subscription proposals from server added
- NNTP: Support for LIST SUBSCRIPTIONS command (RFC 6048) added
- TLS: Support for LibreSSL 3.5 API added
- GUI: File save operations now suggest a pathname in the file selection
window.
- GUI: File save operations now ask the user before an existing file is
overwritten.
- CORE: Function added to suggest a pathname (created from home
directory, program name and timestamp).
- CORE: Message-IDs are now generated with algorithm A3 (uses a modified
Base64 alphabet with "/" replaced by "-"). This allows to generate
RFC 5538 conformant "news"-URIs without percent-encoding.
diffstat:
news/flnews/Makefile | 4 ++--
news/flnews/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r d9efa59d3c7f -r 4710a5bbc775 news/flnews/Makefile
--- a/news/flnews/Makefile Mon May 23 09:19:21 2022 +0000
+++ b/news/flnews/Makefile Mon May 23 09:38:14 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/01/10 11:55:09 micha Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/23 09:38:14 micha Exp $
-FLNEWS_VERSION= 1.0.1
+FLNEWS_VERSION= 1.1.0
DISTNAME= flnews-${FLNEWS_VERSION}
CATEGORIES= news
diff -r d9efa59d3c7f -r 4710a5bbc775 news/flnews/distinfo
--- a/news/flnews/distinfo Mon May 23 09:19:21 2022 +0000
+++ b/news/flnews/distinfo Mon May 23 09:38:14 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/01/10 11:55:09 micha Exp $
+$NetBSD: distinfo,v 1.9 2022/05/23 09:38:14 micha Exp $
-BLAKE2s (flnews-1.0.1.tar.bz2) = 21caeb93d6c3842426958ac4dd05b6f58e6eb2529d0a4af011effef43ba86544
-SHA512 (flnews-1.0.1.tar.bz2) = 535b30700861e25ed3ce6247fef44e7188823516afc9aefd94929e2430d6f597763e43807029e2688c11bfc74ed121b5f3c3224d22ba9f27fb80dc0c0e00c334
-Size (flnews-1.0.1.tar.bz2) = 1184506 bytes
+BLAKE2s (flnews-1.1.0.tar.bz2) = f96d172ce6dccc2e5ca4374de7061587baf11ee7c35374a0c9cc8d7d4b9b756d
+SHA512 (flnews-1.1.0.tar.bz2) = 54358bf9792f68ffb661c4ed1150db94fad300b321177eb92983769527cd0faa7c8b6b1b68583098195774c286895198a189db7869aed71b01acd5173dab3e67
+Size (flnews-1.1.0.tar.bz2) = 1185534 bytes
Home |
Main Index |
Thread Index |
Old Index