nginx-confgen (2.2-1)
[PTS] [DDPO]
COMMITS: VCS has seen 13 commits since the debian/2.1-1 tag
- Git: https://salsa.debian.org/debian/nginx-confgen.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 577536
- Browser: https://salsa.debian.org/debian/nginx-confgen
- Last scan: 2025-04-24 05:34:06+00
- Next scan: 2025-04-30 11:53:00+00
- Debian changelog in Git:
nginx-confgen (2.2-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.7.0, with no changes needed.
* Update copyright years.
* Update branch names to follow DEP14.
-- Jordi Mallach <jordi@debian.org> Sat, 16 Nov 2024 01:47:53 +0100
- This branch is 13 commits ahead of tag debian/2.1-1
- Git log:
commit a6ba943dbc30a2b2e62969d03c11f180d14305b6
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:48:19 2024 +0100
Update changelog and release to unstable.
commit 4568df8607518d0db211ceed996f0122857ed7fc
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:46:56 2024 +0100
Update branch names to follow DEP14.
commit e24bf5a806096031446935cb8915f0c2eed98408
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:44:38 2024 +0100
Update copyright years.
commit d2e5acb6f39b32d1cfa0cc3aafceb92aa6d6b744
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:44:08 2024 +0100
Update Standards-Version to 4.7.0, with no changes needed.
commit f2cc21047269ca33be73e073462b39c6fb3a0a9a
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:43:19 2024 +0100
Remove unneeded comma.
commit 024cd3e68cb59fa9f59f00388ab96dc9e883e10f
Merge: a46e80f 8af61e9
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:40:43 2024 +0100
Update upstream source from tag 'upstream/2.2'
Update to upstream version '2.2'
with Debian dir 5bd18f70ce955e55d036928b7739616b26fe8f87
commit 8af61e9e63aec71d4722d826d30e027e8733f7bd
Merge: 9dcfe96 cba4db1
Author: Jordi Mallach <jordi@debian.org>
Date: Sat Nov 16 01:40:43 2024 +0100
New upstream version 2.2
commit cba4db1a0de6cbcad084c596174b4776e0e24515
Author: Yorhel <git@yorhel.nl>
Date: Tue Oct 22 13:43:46 2024 +0200
Version 2.2
commit 40bdaaae0c695c4790eca1d9ffe41348bbbaccfd
Author: Yorhel <git@yorhel.nl>
Date: Thu Oct 10 11:37:41 2024 +0200
Makefile: add lint target and PHONY list
commit 6f31d53d2c806c7a135a624e1d526338a8a6f452
Author: Yorhel <git@yorhel.nl>
Date: Thu Oct 10 11:31:00 2024 +0200
Add $#array syntax to expand to element count
Fixes #2.
This syntax is inconsistent with Perl's $# operator, since that expands
to the highest index (i.e. count minus 1), and also inconsistent with
Bash ${#array[@]}, which is another syntax altogether. Kinda messy. :/
commit f4bbf69323b94e9d14c16def257a21599cbd0bf7
Author: Yorhel <git@yorhel.nl>
Date: Thu Oct 10 10:58:15 2024 +0200
Fix expanding of unterminated or invalid ${ expressions
commit 20e1cb7804b41ad9b0f2c648d2764ea0248b97d7
Author: Yorhel <git@yorhel.nl>
Date: Mon Nov 20 18:30:16 2023 +0100
Switch to REUSE-compliant licensing info
commit 438ebfe32f230492bb01403da839ff3858b1d246
Author: Yorhel <git@yorhel.nl>
Date: Mon Nov 20 18:22:31 2023 +0100
Drop pod2man, write man page in mdoc