inn2 (2.7.1~20230306-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.7.1~20230322-1 > 2.7.1~20230306-1
- Git: https://salsa.debian.org/md/inn2.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 29171712
- Browser: https://salsa.debian.org/md/inn2
- Last scan: 2023-03-28 21:17:18+00
- Next scan: 2023-04-04 21:28:00+00
- Debian changelog in Git:
inn2 (2.7.1~20230322-1) unstable; urgency=medium
* New release candidate 1 of the stable branch.
-- Marco d'Itri <md@linux.it> Mon, 27 Mar 2023 04:30:21 +0200
- This branch is 18 commits ahead of tag debian/2.7.1_20230306-1
- Git log:
commit c87690be54097d7c51f183a3472d76c4faf9b47c
Author: Marco d'Itri <md@linux.it>
Date: Mon Mar 27 04:30:21 2023 +0200
Debian changelog for 2.7.1~20230322-1
commit e180aa9bdc0dce48ec8045f10bb7270e956acdd1
Merge: c026d98c 76f04991
Author: Marco d'Itri <md@linux.it>
Date: Mon Mar 27 04:26:19 2023 +0200
Update upstream source from tag '2.7.1_20230322'
Update to upstream version '2.7.1_20230322'
with Debian dir f8a496403978b12335e06f60ab54f4952b89d6ea
commit 76f04991f832007f5103647c8f5f500f2f61840b
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Wed Mar 22 21:06:33 2023 +0100
Update VERSION_EXTRA to reflect the 2.7.1rc1 tag
commit ca6e1681f07bc69cb8a80fa4fe5328a3f90980dd
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Wed Mar 22 21:01:14 2023 +0100
Improve doc for pathalias, pathcluster, pathhost
Better wording in manual pages about these 3 inn.conf parameters.
commit ae4f21e73d4202f5dee7a0f6786134625ec77abb
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Mon Mar 20 22:05:50 2023 +0100
pullnews: Retrieve overview data by chunks
When -L is used, do not download all overview data at the beginning
(it may take a long time for a newsgroup will millions of articles),
but instead do it by chunks, aligned with the progress width.
commit 26c9aa9f22f876f6ec9e2cf057aeed7783b34b78
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sun Mar 19 14:54:14 2023 +0100
Mention DBD::SQLite in NEWS for ovsqlite-util
commit 3cd1bac1b7c004709d80feb1825200b0ce627e86
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sun Mar 19 12:09:06 2023 +0100
pullnews: Add -L to set a largest article size
commit b3a4a0a96ee0447bc0460053b0f37d9c32e90957
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sun Mar 19 12:05:33 2023 +0100
pullnews: Improve the ouput of the debugging mode
Remove CRLF from printed responses messages.
Homogenize the order of the debug lines (to match the status of the
treated article).
commit bcb8d5356826721c41745c1ced00f8a0f45000ad
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sun Mar 19 09:40:23 2023 +0100
ovsqlite-util: Fix the returned length with -g
The length was the one of the stored overview data in database, not the
actual length of decompressed data.
commit 75ea8331d61a3a9bea5e6c5532fc6a3ac9361463
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sun Mar 19 08:55:55 2023 +0100
ovsqlite-util: Changing AutoCommit mode is local
commit 190e8c320eda75ef45db33350a41ce1f9ad8536a
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sat Mar 18 11:19:44 2023 +0100
Mention inndf in overview documentation
inndf -n gives the number of stored overview data.
commit 1c414c97c0286da3fde3e250ac07372fd37770f7
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sat Mar 18 11:46:31 2023 +0100
ovsqlite-util: Style homogenization
commit c3185ac5da95af0eccf8a88c4d8fac8cddbf7f73
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sat Mar 18 11:26:47 2023 +0100
ovsqlite: Document how the length is encoded
Thanks to Bo Lindbergh for the clarification.
commit e643a341b863fa7ed5aade9f65c1e03ef6b2d967
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sat Mar 18 11:21:07 2023 +0100
ovsqlite-util: Add support for compressed overview data
Many thanks to Bo Lindbergh for having provided the decompression code!
commit c1798d6562b60541c8b78b203b6097ecffe04568
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Sat Mar 18 09:22:18 2023 +0100
ovsqlite-util: Fix how transactions are handled
Turning enforcement of foreign key constraints on or off is an SQLite
operation that can only be done outside of any transaction.
When the AutoCommit attribute is false, the do method of the database
handle will helpfully start a transaction if one isn't active already.
That is why this AutoCommit attribute has to be set to true for that
operation.
Patch from Bo Lindbergh.
commit 20189adfbcf0c69965a4ae3badc352597e9078d8
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Fri Mar 17 21:47:29 2023 +0100
Add new ovsqlite-util program
It will be of help to perform consistency checks and dump
operations on ovsqlite databases. It is designed like
existing ovdb_stat and tdx-util programs for ovdb and
tradindexed databases.
commit 213befda60eefc1a4b5d332c2c04690f403d0589
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Fri Mar 17 21:04:13 2023 +0100
Proof-read tdx-util manual page
Reorder options, and fix the documented allowed options
for -a and -n. Also mention that -a allows a range of
article numbers.
commit bd1bc353cccd44c6c638630061579d7f6dace2e4
Author: Julien ÉLIE <Julien-Elie@users.noreply.github.com>
Date: Wed Mar 8 19:32:35 2023 +0100
Reorder and detail some release process actions
"make depend" was not done at the right time (it needs a build with all
--with-xxx flags to enable all headers).
"make reformat" should be done after "make depend" so as not to change
the order of headers of files generated by buildconfig.
Explain why version numbers should not be changed in FAQ too earlier.
Recall that config.guess, config.sub and install-sh are executables.