Skip to content

Commit

Permalink
news/flnews: Update to 1.0.1
Browse files Browse the repository at this point in the history
Bug fixes:
- ENC: Off-by-one read from uninitialized data in MIME encoded-word
  decoder fixed.
- GUI: Clickable references are now restored after ROT13 was applied
  twice.
- GUI: Click on "Cancel" button in server configuration window no
  longer creates an error message in the status bar.
- GUI: "Group->Mark subthread read" now redraws the widget and closes
  the processed subthread (reported by Christian Schumacher)
- GUI: Server configuration: Automatically modify service name when TLS
  is enabled/disabled (suggested by Julien Élie)
- References to legacy configuration path "~/.flnews" fixed in man page

New features and improvements:
- Unicode database updated to version 14.0.0
  • Loading branch information
micha committed Jan 10, 2022
1 parent 9bbc9f0 commit afd825a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions news/flnews/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/05/17 11:01:34 micha Exp $
# $NetBSD: Makefile,v 1.13 2022/01/10 11:55:09 micha Exp $

FLNEWS_VERSION= 1.0.0
FLNEWS_VERSION= 1.0.1

DISTNAME= flnews-${FLNEWS_VERSION}
CATEGORIES= news
Expand Down
8 changes: 4 additions & 4 deletions news/flnews/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/10/26 11:09:34 nia Exp $
$NetBSD: distinfo,v 1.8 2022/01/10 11:55:09 micha Exp $

BLAKE2s (flnews-1.0.0.tar.bz2) = a6bd5c2448cb233ff8bf94eecb4e6f09bcb8b44ca2a59860a57bec94b82ec7a8
SHA512 (flnews-1.0.0.tar.bz2) = 097a9edaa2b628e0c74008fc2b38df236a5a785e80b25a90a4c1ff621403faba9ed9e3b4dd9dccdddadabd24e0b2b5f886560f825885916bd6b9e4196ef5770b
Size (flnews-1.0.0.tar.bz2) = 1170870 bytes
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
4 changes: 2 additions & 2 deletions news/flnews/files/CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ CFG_MAINTAINER="mailto:@MAINT@"

# Installation path for man page
# (must be an absolute path without trailing slash)
# The FHS defines "/usr[/local]/share/man". The location "/usr/local/man" is
# The FHS 3.0 defines "/usr[/local]/share/man". The location "/usr/local/man" is
# explicitly marked deprecated.
CFG_MAN_PATH="@MAN_PATH@/man1"

Expand All @@ -175,7 +175,7 @@ CFG_LICENSE_PATH="$CFG_PREFIX/share/$CFG_NAME"

# Installation path for National Language Support (NLS) catalogs
# (must be an absolute path without trailing slash)
# The FHS defines "/usr[/local]/share/nls" for NLS catalogs but the whole
# The FHS 3.0 defines "/usr[/local]/share/nls" for NLS catalogs but the whole
# hierarchy below "share" is dedicated to files that are portable between
# architectures - what our NLS catalogs are not!
CFG_NLS_PATH="$CFG_PREFIX/lib/$CFG_NAME/nls"
Expand Down

0 comments on commit afd825a

Please sign in to comment.