summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-11 15:58:15 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:34:36 +0200
commit8d886702ff54efcd19dcf674cb92ea125a4822ca (patch)
tree8e62d8ee103d72af759b9b52a8f41a55c84f565b /debian
parent1b7cbd6176575f926526b380475e9f055121e01e (diff)
downloaddpkg-8d886702ff54efcd19dcf674cb92ea125a4822ca.tar.gz
scripts: Document all public module versions in a CHANGES section
This makes it clear what is the current version of the module, and that it is a public interface.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 38898d382..a69e97777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ dpkg (1.17.17) UNRELEASED; urgency=low
- Document public module Dpkg.
- Document public module Dpkg::Gettext.
- Mark Dpkg::BuildProfiles as a public module.
+ - Document all public module versions in a CHANGES section.
* Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
Missed in dpkg 1.17.14.
* Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,