summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-09-19 19:14:01 +0200
committerRaphaël Hertzog <hertzog@debian.org>2009-09-19 19:15:35 +0200
commit76fd765a0ee2abdd182db085a69f265ac03b3f65 (patch)
treef8f5c62c48f9851faf66d5a407efd75ffeaca7fc /debian
parenta31b5e3ba2abcc9fd637ad93ed58587e868d33ae (diff)
downloaddpkg-76fd765a0ee2abdd182db085a69f265ac03b3f65.tar.gz
debian/changelog: document recent changes in perl API
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b1749fe41..f3df58a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,15 @@ dpkg (1.15.5) UNRELEASED; urgency=low
* Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
that /etc/dpkg/origins/default exists. Closes: #545274
* Update Standards-Version to 3.8.3 (no changes needed).
+ * Major changes to the perl API:
+ - Dpkg::Control is now Dpkg::Control::Info
+ - Dpkg::Cdata is gone and is replaced by a new Dpkg::Control
+ - Dpkg::Control::Fields contains authoritative information
+ about fields allowed in various types of control information
+ (and can be customized by each vendor). It also integrates
+ information that was previously available through Dpkg::Deps.
+ * All dpkg-* perl programs that work with control information have been
+ updated to use the new Dpkg::Control interface.
[ Updated dpkg translations ]
* German (Sven Joachim).