Skip to content

Commit f817f7a

Browse files
committed
Update changelog prep for release.
1 parent f714f4b commit f817f7a

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

CHANGELOG.rst

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
Release Notes and Change Log
22
============================
33

4-
Unreleased (...)
5-
^^^^^^^^^^^^^^^^
6-
7-
This is a stub of changes since the last release.
8-
* https://github.com/jordansissel/fpm/pull/2068 (`#2068`_; Matt Ezell, `#2074`_; hussainbani)
9-
* https://github.com/jordansissel/fpm/pull/2009 (`#2009`_; Ștefan Rusu)
10-
* https://github.com/jordansissel/fpm/pull/2082 (`#2082`_; Wayne Heaney)
11-
* https://github.com/jordansissel/fpm/pull/2064 (`#2064`_; David Newhall II)
12-
* https://github.com/jordansissel/fpm/pull/2067 (`#2067`_; Jordan Sissel)
13-
* https://github.com/jordansissel/fpm/pull/2065 (`#2065`_; phillipp)
4+
1.16.0 (December 8, 2024)
5+
^^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+
* deb: Add support for zstd compression (`#2009`_, `#2084`_; Ștefan Rusu)
8+
* deb: Add compression level setting, ``--deb-compression-level`` (`#2036`_; Hugo Beauzée-Luyssen)
9+
* rpm: Generate an empty rpm changelog if none is given. This should help cases where ``rpmlint`` would complain about missing a changelog entry in the rpm. (`#2041`_; Gordon Bleux)
10+
* deb: When converting from an rpm, remove package information that is not valid on Debian systems. (`#2053`_, `#1627`; Jordan Stopford, Jamesits)
11+
* python: Fix bug when PYTHONPATH has spaces in it (`#2062`_; Kristof Willaert)
12+
* deb: You can now choose a different systemd directory with ``--deb-systemd-path`` (`#2063`_; Reinier Schoof)
13+
* freebsd: OS version can now be specified with ``--freebsd-osversion``: (`#2064`_; David Newhall II)
14+
* freebsd: Improve the 'architecture' value used by fpm to generate freebsd packages (`#2064`_, `#1880`_; David Newhall II, Matthew R Kasun)
15+
* deb: Timer units can be given to ``--deb-systemd`` now (`#2065`_, `#1978`_; phillipp, Robert Schneider)
16+
* rpm: When converting cpan packages, use newer ``perl-interpreter`` dependency name. To use the old dependency name ``perl``, use the flag ``--rpm-old-perl-dependency-name`` (`#2066`_, `#2085`_; Kevin Duret, Nicholas Hubbard, William N. Braswell, Jr., Jordan Sissel))
17+
* Some errors now correctly print just an error message instead of dumping a ruby stack trace (`#2067`_; Jordan Sissel)
18+
* python: Support modules which download as zip files (`#2068`_, `#2074`_, `#2072`_; Matt Ezell, hussainbani, hbani)
19+
* rpm: Fix rpm build failures on Fedora 41 (`#2082`_, `#2076`_; Wayne Heaney, Antheas Kapenekakis, Romain Geissler)
1420

1521

1622
1.15.1 (January 31, 2023)

0 commit comments

Comments
 (0)