summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/IPC.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-05-14 18:18:59 +0200
committerGuillem Jover <guillem@debian.org>2015-05-18 06:25:12 +0200
commit9470e136e954de5821428d4b18b50cb634a23a2d (patch)
treed38af52d019fdad34ddf149d5640938d67c1612b /scripts/Dpkg/IPC.pm
parent448faad0f04d7f56e5b708ff76213fe0f92c2ae2 (diff)
downloaddpkg-9470e136e954de5821428d4b18b50cb634a23a2d.tar.gz
scripts: Document dpkg version when module versions got bumped
This has two purposes, first it will make it easier to know if the module version needs to be bumped for the current development release, and second it will make it easier for users to know how "old" that module version is, and to which dpkg series and specific version it corresponds to.
Diffstat (limited to 'scripts/Dpkg/IPC.pm')
-rw-r--r--scripts/Dpkg/IPC.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm
index b72f14021..261c5a682 100644
--- a/scripts/Dpkg/IPC.pm
+++ b/scripts/Dpkg/IPC.pm
@@ -401,15 +401,15 @@ __END__
=head1 CHANGES
-=head2 Version 1.02
+=head2 Version 1.02 (dpkg 1.18.0)
Change options: wait_child() now kills the process when reaching the 'timeout'.
-=head2 Version 1.01
+=head2 Version 1.01 (dpkg 1.17.11)
New options: spawn() now accepts 'sig' and 'delete_sig'.
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.15.6)
Mark the module as public.