Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bluca committed Nov 16, 2021
1 parent dbaf63f commit dfab3fb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
package-notes (0.4) unstable; urgency=medium

[ Zbigniew Jędrzejewski-Szmek ]
* generator: add a hint how to use the output to the output
* generator: allow disabling READONLY
* rpm: skip (READONLY) with older linker versions
* Use -Wl,-dT
* generator: add help strings

[ Luca Boccassi ]
* Debian: use -Wl,dT

[ Zbigniew Jędrzejewski-Szmek ]
* generator: add description in help output
* generator: add --version argument
* generator: disallow abbreviated option names
* generator: rename program to not have .py suffix
* generator: fix two minor issues reported by pylint
* debian: stop using dh-exec

-- Luca Boccassi <bluca@debian.org> Tue, 16 Nov 2021 18:24:59 +0000

package-notes (0.3) unstable; urgency=medium

* Add architecture field
Expand Down
2 changes: 1 addition & 1 deletion generate-package-notes
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ INSERT AFTER .note.gnu.build-id;
See https://systemd.io/COREDUMP_PACKAGE_METADATA/ for details.
"""

__version__ = '0.3'
__version__ = '0.4'

import argparse
import itertools
Expand Down

0 comments on commit dfab3fb

Please sign in to comment.