pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/news/flnews



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon May 23 09:38:15 UTC 2022

Modified Files:
        pkgsrc/news/flnews: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/news/flnews/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/news/flnews/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/flnews/Makefile
diff -u pkgsrc/news/flnews/Makefile:1.13 pkgsrc/news/flnews/Makefile:1.14
--- pkgsrc/news/flnews/Makefile:1.13    Mon Jan 10 11:55:09 2022
+++ pkgsrc/news/flnews/Makefile Mon May 23 09:38:14 2022
@@ -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

Index: pkgsrc/news/flnews/distinfo
diff -u pkgsrc/news/flnews/distinfo:1.8 pkgsrc/news/flnews/distinfo:1.9
--- pkgsrc/news/flnews/distinfo:1.8     Mon Jan 10 11:55:09 2022
+++ pkgsrc/news/flnews/distinfo Mon May 23 09:38:14 2022
@@ -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