Change log for resolvconf package in Debian

151 of 51 results
Published in sid-release
resolvconf (1.92) unstable; urgency=medium

  [ Tianyu Chen ]
  * resolvconf(8): Fix new paragraph.

  [ Andrej Shadura ]
  * Move binaries to /usr.

 -- Andrej Shadura <email address hidden>  Sun, 26 Nov 2023 14:18:54 +0000
Published in bookworm-release
Superseded in sid-release
resolvconf (1.91+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 12:43:22 +0200
Superseded in sid-release
resolvconf (1.91) unstable; urgency=medium

  [ Kenyon Ralph ]
  * control: set Homepage to an existent URL, this repo.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster.

  [ Andrej Shadura ]
  * Order resolvconf.service after systemd-tmpfiles-setup.service.
    Thanks to Timon Reinold (Closes: #993140)
  * Make list-records usable on its own.
  * Add -i and -l/--list to dump resolvconf’s state.
  * Update the manpage to mention new options.

 -- Andrej Shadura <email address hidden>  Wed, 05 Jan 2022 11:13:00 +0100
Superseded in sid-release
resolvconf (1.90) unstable; urgency=medium

  * Add basic support for ifupdown2 multiple address families
    (Closes: #993270).
  * Move the normalisation script into a separate file.
  * Add a build-time test to verify interface order list is correct.
  * Synchronise the interface order lists.
  * Make the usage notice more useful.
  * Embed the version number during the package build process.
  * Add --version command.
  * Add --help/-h.
  * Remove a pointless use of which(1), since we know where ifquery lives.
  * Update copyright years.

 -- Andrej Shadura <email address hidden>  Tue, 28 Dec 2021 22:36:01 +0100
Superseded in sid-release
resolvconf (1.89) unstable; urgency=medium

  * Fix the silly dance around dh_installppp/ifupdown.
  * Default dh to non-verbose operation.

 -- Andrej Shadura <email address hidden>  Tue, 28 Dec 2021 16:20:24 +0100
Published in bullseye-release
Superseded in sid-release
resolvconf (1.87) unstable; urgency=medium

  * Undo the damage on an incorrect merge commit:
    - Fix the maintainer’s address (Closes: #943735)
    - Revert "Skip pulling data into resolvconf, if isc-dhcp/ifupdown
      already push the same data to systemd-resolved and it is in use".
      Debian does not ship said hooks in ifupdown or isc-dhcp-client,
      so these fixes won’t work. Also, they use systemctl unconditionally
      which is fine in Ubuntu but not in Debian.
      (Closes: #979431)
  * Clean up the old conffile (Closes: #979436)

 -- Andrej Shadura <email address hidden>  Wed, 06 Jan 2021 18:54:17 +0100
Superseded in sid-release
resolvconf (1.86) unstable; urgency=medium

  [ Michael Biebl ]
  * Stop using deprecated systemd-resolve tool (Closes: #979258).

 -- Andrej Shadura <email address hidden>  Mon, 04 Jan 2021 19:48:56 +0100
Superseded in sid-release
resolvconf (1.84) unstable; urgency=medium

  [ Rob Leslie ]
  * Escape "~*" to prevent spurious NSS lookups (Closes: #954175)

 -- Andrej Shadura <email address hidden>  Tue, 18 Aug 2020 18:40:14 +0200
Superseded in sid-release
resolvconf (1.83) unstable; urgency=high

  * Update resolvconf system units to prevent infinite restarts due to
    continious re-execution of the PathExists stanza (Closes:
    #968015). Thanks to Michael Biebl.

 -- Dimitri John Ledkov <email address hidden>  Tue, 18 Aug 2020 11:56:53 +0100
Superseded in sid-release
resolvconf (1.82) unstable; urgency=medium

  [ Andrej Shadura ]
  * Update the debconf translation templates (Closes: #947164).
  * Update translations.

  [ Helge Kreutzmann ]
  * Update German debconf translation (Closes: #947171).

  [ Frans Spiesschaert ]
  * Update Dutch debconf translation (Closes: #948037).

 -- Andrej Shadura <email address hidden>  Fri, 03 Jan 2020 18:32:03 +0100

Available diffs

Superseded in sid-release
resolvconf (1.81) unstable; urgency=medium

  [ Russell Coker ]
  * Set correct SE Linux context on created directories and files
    (Closes: #850783).

  [ Jakub Wilk ]
  * Drop symlink resolving logic from the init script (Closes: #946609).

 -- Andrej Shadura <email address hidden>  Thu, 19 Dec 2019 15:19:16 +0100
Superseded in sid-release
resolvconf (1.80) unstable; urgency=medium

  [ Thomas Hood ]
  * Bump Standards-Version; no changes required
  * Fix postrm for Ubuntu (LP: 1593489)
  * Update README to reflect the removal of pdnsd from the archive
  * In unit file use network-pre.target (Closes: #847440
    and LP: #1636912). Thanks to Ryan Harper.
  * Add systemd predictable interface name patterns (Closes: #877695,
    #905907). Thanks to Kevin Otte for the patch in LP: #1610479.

  [ Steve Langasek ]
  * Eliminate all references to /etc/resolvconf/run.  This should all be done
    directly in /run, there is no reason to support making any of this
    configurable with a symlink since we already have a versioned dependency
    on the version of initscripts that introduces the /run transition.
  * etc/resolvconf/resolv.conf.d/head: add comment about
    'systemd-resolve --status', since systemd-resolved is now in use in all
    but the most unusual configurations, and expert users should be given
    guidance where to find the actual nameservers for debugging purposes.
    LP: #1638836.

  [ Martin Pitt ]
  * debian/postinst: Make /etc/resolv.conf a relative symlink so that it
    works when setting up chroots.

  [ Dimitri John Ledkov ]
  * Drop ifupdown dependency.
  * Drop upstart system job.
  * Use readlink -m when checking the link's destination.
    (LP: #924836)
  * Dereference /etc/resolf.conf when creating runtime configuration when
    migrating to resolvconf managed /etc/resolv.conf. The contents of
    /etc/resolv.conf (rather than the symlink target information) is
    needed in /run/resolvconf/resolv.conf and
    /run/resolvconf/interface/original.resolvconf during migration until
    resolvconf updates the config next. (LP: #1713149)
  * Move resolvconf & resolved integration system units from src:systemd
    to src:resolvconf. Also use a different unit name, to avoid
    breaks/replaces.
  * debian/postrm: if resolved managed stub config is available, migrate
    to it upon resolvconf removal.

  [ Dan Streetman ]
  * Filter out the edns0 option that systemd-resolved has recently added
    to its stub-resolv.conf. Using the stub conf with edns0 set with
    non-local DNS servers can break name resolution. (LP: #1817903)

  [ Alfonso Sánchez-Beato ]
  * bin/resolvconf: use flock so resolvconf can be called in parallel
    safely (LP: #1825194).

  [ Andrej Shadura ]
  * Add /usr/sbin and /usr/bin to PATH (Closes: #832394).
  * Update the team email address.
  * Wrap and sort.
  * Add myself as a co-maintainer.
  * Verify ifquery is available before running it (we no longer require
    ifupdown).
  * Remove id-length from gbp.conf so commit hashes are not prepended
    to the changelog entries.
  * Port debian/rules to the dh 12 short form.
  * d/copyright: Use https protocol in Format field.
  * d/changelog: Remove trailing whitespaces.
  * d/control: Set Vcs-* to salsa.debian.org.

  [ Théophile Helleboid ]
  * Add vpn* to the interfaces-order list.

 -- Andrej Shadura <email address hidden>  Tue, 10 Dec 2019 16:45:20 +0100
Published in buster-release
Published in stretch-release
Superseded in sid-release
resolvconf (1.79) unstable; urgency=low

  [ Thomas Hood ]
  * Use which to test for availability of dnssec-triggerd
  * [19003cb] Drop obsolete versioned dependencies.
    Thanks to biebl (Closes: 804976)
  * [b348580] Update README
  * [7e33af8] Omit chown from example script resolvconf-update-bind.
    Thanks to Marc Haber (Closes: #819498)
  * [22bfead] Create runtime dir if it does not exist. (In some upgrade
    scenarios resolvconf gets called before the postinst or initscripts
    get run.) Thanks to Martin Pitt (LP: #1536335)

 -- Thomas Hood <email address hidden>  Fri, 01 Apr 2016 12:00:00 +0200
Superseded in stretch-release
Superseded in sid-release
resolvconf (1.78) unstable; urgency=low

  [ Marco Nenciarini ]
  * [dd83369] debian/gbp.conf: Use new-style sections sans "git-"
  [ Thomas Hood ]
  * [f73de5c] Add sysv-rc dependency which should have been added
              in release 1.75 when start and stop were no longer
              given to update-rc.d (Closes: #787457)
  * [ac8f46e] postinst: Delete bad rc symlinks arising from #787457.

 -- Thomas Hood <email address hidden>  Wed, 03 Jun 2015 12:00:00 +0200
Superseded in stretch-release
Superseded in sid-release
resolvconf (1.77) unstable; urgency=low

  * [0781847] interface-order: match br ifaces at the same
    priority as eth ifaces (see LP#1446681)
  * Remove obsolete upgrade code
  * [00ad4bf] Override immutability attrib on /etc/resolv.conf
    if dnssec-trigger is installed. See #776778 for background.

 -- Thomas Hood <email address hidden>  Tue, 21 Apr 2015 21:04:08 +0200
Superseded in stretch-release
Published in jessie-release
Superseded in sid-release
resolvconf (1.76.1) unstable; urgency=medium


  * [eb81ca0] Eliminate bashisms.
    Thanks to Michael Gilbert (Closes: #775356)

 -- Thomas Hood <email address hidden>  Fri, 23 Jan 2015 21:46:34 +0100
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.76) unstable; urgency=low


  * resolvconf.service: Install into sysinit.target, not into
    network.target (Closes: #749405)
    Thanks to Martin Pitt and Edward Allcutt
  * [c405030] Add exclusion for L2TP VPN plugin (LP#1349011)
  * [4cbd73d] Bump Standards-Version

 -- Thomas Hood <email address hidden>  Fri, 10 Oct 2014 13:42:54 +0200
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.75) unstable; urgency=low


  * [49dedb8] Update man page re: "dns-nameserver" (Closes: 718021)
  * [6195584] Don't give update-rc.d start and stop (Closes: #718232)
  * [eed7eb1] Add pt_BR.po. Thanks to A. R. Gomes (Closes: #718714)
  * [a84a8f2] Remove buggy dnscache update script which should be in
              dnscache-run anyway
  * [b93b150] Fix typo in README (Closes: #737158)
  * [6a47a50] Add systemd unit. Thanks Martin Pitt (Closes: #700846)

 -- Thomas Hood <email address hidden>  Thu, 08 May 2014 11:57:29 +0200
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.74) unstable; urgency=low


  * [bb84ffc] Tweak the README:
  * [e3910a7] Recommend use of 'dns-nameserver'.
              No longer mention the useless deprecated 'dns-domain'.
  * [2fe6083] Add dump-debug-info script
  * [b24b66d] Add "--after" option to list-records

 -- Thomas Hood <email address hidden>  Sat, 20 Jul 2013 21:00:00 +0200
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.73) unstable; urgency=low


  [ Thomas Hood ]
  * [a55738e] Update README; mention unbound's resolvconf support
  * [8da8cf7] Move flag file to /var/lib/resolvconf (Closes: #710957)
  * [e2b2026] Update ja.po. Thanks to Victory. (Closes: #712921)
  * [d727533] Use init_is_upstart

  [ Marco Nenciarini ]
  * [44f6d68] Canonicalize VCS-* field URI in debian/control

 -- Marco Nenciarini <email address hidden>  Tue, 02 Jul 2013 17:47:41 +0200
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.72) unstable; urgency=low


  * [d3b9390] Fix flag file name in debian/config

 -- Thomas Hood <email address hidden>  Wed, 08 May 2013 13:50:30 +0200
Superseded in jessie-release
Superseded in sid-release
resolvconf (1.71) unstable; urgency=low


  [ Thomas Hood ]
  * [7e4b50a] Accept multiple "dns-nameserver" options in /e/n/i,
      allowing at most one address per option line. Requires Jessie.
  * [cd7f88b] Simplify maintainer scripts: no longer handle upgrading
      from Squeeze; Pre-Depend on Wheezy version of initscripts.
  * [68654a4] Only linkify once; our memory that we have linkified is
      the existence of file /etc/resolvconf/do-not-linkify-resolvconf
      which can of course be created or deleted by the admin. *Do*
      linkify on dpkg-reconfigure --- same behavior as in Ubuntu but
      implemented without changing debconf answers.
  * [27551b1] Add Upstart job file from Ubuntu
  * [9b72d0e] resolvconf: Remove the *-runtime-directories options
      which were intended to ease maintenance when the Debian and
      Ubuntu versions were being maintained together. Now that the
      Ubuntu package is maintained separately and makes no use of
      these options, their raison d'être has vanished.  Transfer the
      underlying code to the initscript and to the Upstart job file.
  * [9b854f8] if-down.d/resolvconf: Drop workaround for fixed #338348
  * [27f6103] Remove refs to totd which has been removed from Debian
  * [06a14e1] Update README

 -- Thomas Hood <email address hidden>  Mon, 25 Mar 2013 12:00:00 +0100
Superseded in sid-release
resolvconf (1.70) unstable; urgency=low


  [ Thomas Hood ]
  * [ec06f8d] Add NEWS item about the "bind" update script being
      disabled (Closes: #697435)
  * [ec06f8d] Change interface-order such that it more consistently
      prioritizes IPv6 records over IPv4 records and ifup records over
      DHCP-client records (Fixes LP#1094345).  N.B., previously
      "eth0.inet" had lower priority than "eth0.dhclient" had, and now
      has higher priority. So now a dns-nameservers option in an
      "inet dhcp" stanza in /etc/network/interfaces can be used to
      override a bad IPv4 server address coming in via DHCP
      (Closes: #513445)
  * [9e26ca4] Drop DM-Upload-Allowed
  * [0863189] Use ifquery instead of "grep /e/n/i" in
      debian/config.  Because of need for ifquery, add versioned
      Dependency on ifupdown. Instigated by debian-devel thread:
      http://lists.debian.org/debian-devel/2013/01/msg00159.html
  * [eef5e1c] update.d/libc: Don't restart nscd any more. Nscd now
      spontaneously re-reads resolv.conf when it changes
      (Fixes LP#1110331). This shouldn't have much effect since nscd's
      hosts cache was disabled by default in 2007 and restarting
      nscd unnecessarily did no harm.
      http://www.eglibc.org/archives/patches/msg00977.html
  * [f559774] resolvconf.8: Undocument the now-deprecated
      *-runtime-directories options and mention that static resolver
      options should be migrated to resolv.conf.d/base.
  * [396e5b1] resolvconf.8: Remove the statement, no longer true in
      Jessie, that an option can only be used once per /e/n/i stanza.

 -- Thomas Hood <email address hidden>  Wed, 06 Feb 2013 20:00:00 +0100
Superseded in sid-release
resolvconf (1.69) unstable; urgency=low


  * [276fc24] Bump Standards-Version; no changes required
  * [6982da6] README: Name packages that clobber /etc/resolv.conf
  * [4cb082a] README: Update
  * [044e9a3] ip-up.d/000resolvconf: Do nothing if USEPEERDNS not set
  * [d988a9e] if-up.d/000resolvconf: Silently (for now) accept option
    name 'dns-nameserver' as a synonym for 'dns-nameservers' in
    anticipation of support in ifupdown (no sooner than wheezy+1) for
    duplicate options in a stanza, after which it will make sense to
    specify multiple nameserver addresses on equally many
    "dns-nameserver" lines
  * [e0db2cb] Deal with obsolete conf files (Closes: #687507, #681623)

 -- Thomas Hood <email address hidden>  Mon, 17 Dec 2012 12:00:00 +0100
Superseded in sid-release
resolvconf (1.68) unstable; urgency=low


  * [1527598] Add sk.po.  Thanks to Slavko (Closes: #683672)
  * [7713764] Update resolvconf's ppp hook also to exit when passed
    /org/freedesktop/NetworkManager/PPP/* (LP: #994575, LP: #1046154)

 -- Thomas Hood <email address hidden>  Mon, 10 Sep 2012 11:46:05 +0200
Published in wheezy-release
Superseded in sid-release
resolvconf (1.67) unstable; urgency=low


  [ Thomas Hood ]
  * [5e645ac] Use more conventional name for record created by
              resolvconf's pppd hook script
  * [58da88f] Change resolvconf's pppd hook script such that it does
              not call resolvconf if pppd was run by nm-pptp-service
              (See LP#994575)
  * [16b4ae5] Bump Standards-Version; no changes

 -- Thomas Hood <email address hidden>  Tue, 19 Jun 2012 13:17:56 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.66) unstable; urgency=low


  [ Thomas Hood ]
  * [ed8ab34] Silence lsattr error message in postinst
  * [23217c3] resolvconf(8): List allowed dns-* interfaces(5) options
  * [b69c873] and describe more verbosely how the libc update script
              generates the dynamic resolv.conf file (Fixes LP##990660
              and LP#999337).  Thanks to Nathan Stratton Treadway.
  * [aa99b9b] update.d/libc: Only run hook scripts if /etc/resolv.conf
              is a symbolic link to the updated dynamic file.

 -- Thomas Hood <email address hidden>  Fri, 08 Jun 2012 10:26:53 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.65) unstable; urgency=low


  [ Thomas Hood ]
  * [3f0a1a1] Create /etc/resolvconf/run and its target and subdir
    in the postinst as well as in the preinst (Closes: #662724)
  * [ae16ea8] In postinst, as last resort, create /run/resolvconf/
     even if /run isn't a tmpfs.
  * [25711bf] ifupdown hook scripts: Don't return error to ifupdown
    (Addresses #661591 so far as resolvconf is concerned)
  * [8da29c3] Document that list-records doesn't list empty records.
    Add patterns for biosdevnames (See LP#949473)
  * [a998de3] Update default interface order patterns in list-records
  * [94baf61] resolvconf(8): Update ref to dhclient hook script
    (See LP#953257)

 -- Thomas Hood <email address hidden>  Tue, 13 Mar 2012 09:09:35 +0100
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.64) unstable; urgency=low


  [ Thomas Hood ]
  * [da2bfa4] Wipe more selectively (Closes: #657259)
  * [e5fbaef] Ubuntu backport: on enable-updates, exit with nonzero
    status if and only if updates could not be enabled (i.e., ignore
    update script errors).
  * [e1cb96e] Bump Standards-Version

 -- Marco Nenciarini <email address hidden>  Sun, 04 Mar 2012 17:44:13 +0100
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.63) unstable; urgency=low


  [ Thomas Hood ]
  * [a83fce3] Depend on a later version of the initscripts package
  * [cfc8349] Use variable instead of hard-coded path for old run dir
    in maintainer scripts, to help shrink the Ubuntu diff.
  * [9921902] Update and improve resolvconf(8)
  * [719dc9b] Run update on boot (Closes: #651801, #651827)
  * [5fc985c] Don't trigger on reconfigure (Closes: #651803)

 -- Marco Nenciarini <email address hidden>  Sat, 17 Dec 2011 23:25:04 +0100
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.62) unstable; urgency=low


  [ Thomas Hood ]
  * [0352a85] postrm: On removal restore original resolv.conf if current
    (dynamic) resolv.conf has no content. (Closes: #644956)
    Thanks to Josep Lladonosa Capell.
  * [7cdfa73] Move logic details from initscript to /sbin/resolvconf;
    for this purpose add new options to /sbin/resolvconf:
    --enable-updates, --disable-updates, --updates-are-enabled,
    --create-runtime-directories.
  * [7cdfa73] Eliminate "-i" option supplied to update scripts and
    the code in /etc/resolvconf/update.d/libc that made use of this.

  [ Marco Nenciarini ]
  * [e175b76] Remove hardcoded path from resolvconf's invocation in
    maintainer scripts. Thanks to lintian

 -- Marco Nenciarini <email address hidden>  Wed, 30 Nov 2011 19:05:04 +0100
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.61) unstable; urgency=low


  * [cbb5105] list-records: Add comment re: extglob; speed up final loop
  * [4492943] Eliminate bashisms from /sbin/resolvconf. (Other scripts in this
    package still use bash, though, so this does not close wish #519364.)
    Thanks to Stefan Monnier
  * [63da54b] update.d/libc: Only run-parts update-libc.d/ if the latter exists.
    (Closes: #642965)

 -- Thomas Hood <email address hidden>  Mon, 26 Sep 2011 09:42:11 +0200
Superseded in sid-release
resolvconf (1.60) unstable; urgency=low


  [ Marco Nenciarini ]
  * [c30024e] Switch vcs fields to git
  * [4041409] Add debian/gbp.conf to make easy the usage of
    git-buildpackage

  [ Thomas Hood ]
  * [18e2fac] Update es.po thanks to Javier Fernández-Sanguino
    (Closes: #642360)
  * [18e2fac] Include resolv.conf.d/base information in
    resolv.conf *after* dynamic information, rather than before
    (Closes: #642222)

 -- Marco Nenciarini <email address hidden>  Fri, 23 Sep 2011 09:31:53 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.59) unstable; urgency=low


  * dhclient-enter-hooks.d/resolvconf: Add support for dhclient
    DHCPv6 (Closes: #635470)
  * postinst: Fail with message if /etc/resolv.conf is immutable
    (Closes: #635775)
  * Mention in resolvconf(8) that /etc/default/resolvconf has
    to be created if it is to be used to set resolvconf environment
    variables (Closes: #633014)
  * Drop outdated id.po

 -- Thomas Hood <email address hidden>  Tue, 23 Aug 2011 10:00:00 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.58) unstable; urgency=low
  [ Thomas Hood ]  * Update README  * Update debconf template translation:    * da.po thanks to Joe Dalton (Closes: #630241)    * cs.po thanks to Miroslav Kure (Closes: #630669)    * nl.po thanks to Jeroen Schot (Closes: #631499)    * pt.po thanks to Pedro Ribeiro (Closes: #631569)  [ Marco Nenciarini ]  * Update italian debconf translation  * debian/rules: Added build-arch and build-indep target, as required    by policy. -- Marco Nenciarini <email address hidden>  Wed, 29 Jun 2011 00:37:58 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.57) unstable; urgency=low
  * Update debconf template translations:    * fr.po thanks to Christian Perrier (Closes: #629560)  * Fix typo in prerm script -- Marco Nenciarini <email address hidden>  Wed, 08 Jun 2011 12:22:33 +0200
Superseded in sid-release
resolvconf (1.56) unstable; urgency=low
  [ Thomas Hood ]  * Create /etc/resolvconf/run as a directory if no tmpfs is    available into which it can symlink. (Closes: #629186)  * Eliminate warning brought to light by piuparts:    * Grep /etc/network/interfaces only if it exists  * Run dpkg-trigger with --no-await  * Update README  * Update debconf template translations:    * sv.po thanks to Martin Bagge (Closes: #629022)    * ru.po thanks to Yuri Kozlov (Closes: #629165)    * de.po thanks to Helge Kreutzmann (Closes: #629201)    * eu.po thanks to Iñaki Larrañaga Murgoitio (Closes: #629411) -- Thomas Hood <email address hidden>  Sat, 06 Jun 2011 15:00:00 +0200
Superseded in sid-release
resolvconf (1.55) unstable; urgency=medium
  [ Thomas Hood ]  * Include old update.d/bind script for illustration purposes    as /usr/share/doc/resolvconf/resolvconf-update-bind.  * Use /usr/lib/resolvconf/dpkg-event.d instead of a /etc/...    path for dpkg event hook scripts. The scripts don't need    to be configuration files.  * In postrm print a message and put up debconf note recommending    reboot. (Closes: #628524)  * Remove comments from /etc/resolv.conf on removal.  * Remove /lib/init/rw/resolvconf on purge. (Closes: #628669)  * Update debconf template translation    * eu.po thanks to Iñaki Larrañaga Murgoitio (Closes: #628719)  * Clean up many .po headers  * Update README -- Thomas Hood <email address hidden>  Thu, 31 May 2011 12:00:00 +0200
Superseded in sid-release
resolvconf (1.54) unstable; urgency=low
  [ Thomas Hood ]  * Put "exit 0" at the end of each maintainer script -- Thomas Hood <email address hidden>  Wed, 25 May 2011 13:00:00 +0200
Superseded in sid-release
resolvconf (1.53) unstable; urgency=low
  [ Thomas Hood ]  * Dpkg trigger is now called 'resolvconf-enable-updates' and is now    intended only for internal use.  * Other packages are notified of the installation of resolvconf via    hook scripts that they put in /etc/resolvconf/packaging-event.d/    as described in the "Usage information for maintainers" section of    the resolvconf README file. (Closes: #567059, #627691)  * Update my e-mail address in various places  * Update debconf template translations    * cs.po thanks to Miroslav Kure (Closes: #627440)  * Remove /etc/resolvconf/update.d/bind (Closes: #608933, #268073);    include it as /usr/share/doc/resolvconf/resolvconf-update-bind    for illustration purposes.  Instead of this old script, the bind9    package should include a hook script /etc/resolvconf/update.d/bind9    as has been requested in #483098.  * Due to changes in Debian infrastructure change debian/control    fields Vcs-Svn and Vcs-Browser.  Ref:    http://lists.debian.org/debian-devel-announce/2011/05/msg00009.html -- Thomas Hood <email address hidden>  Wed, 20 May 2011 12:00:00 +0200
Superseded in sid-release
resolvconf (1.52) unstable; urgency=low
  [ Thomas Hood ]  * Add debian/source/format at lintian's suggestion  * Update debconf template translations    * ru.po thanks to Yuri Kozlov (Closes: #625623)    * sv.po thanks to Martin Bagge (Closes: #625786)    * nl.po thanks to Vincent Zweije (Closes: #625896)    * de.po thanks to Helge Kreutzmann (Closes: #626030)    * da.po thanks to Joe Dalton (Closes: #626302)    * fr.po thanks to Christian PERRIER, Steve Petruzzello and David Prévot    * pt.po thanks to Pedro Ribeiro (Closes: #626675)  * Remove long outdated pt_BR.po  * Don't run mkdir with -v in debian/p*inst -- Thomas Hood <email address hidden>  Wed, 13 May 2011 12:00:00 +0200
Deleted in experimental-release (Reason: None provided.)
resolvconf (1.51) experimental; urgency=low
  [ Thomas Hood ]  * Rename 'TRUNCATE_NAMESERVER_LIST_AFTER_127' to    'TRUNCATE_NAMESERVER_LIST_AFTER_LOOPBACK_ADDRESS' and make it    cause the nameserver list to be truncated also after an IPv6    loopback address. (Closes: #568820)  * Normalize contents of records -- i.e., strip out comments and    whitespace and shorten IPv6 nameserver addresses.  This makes    it easier to implement the change above.  * Add debian/test-normalization script to test the normalization    code.  * Update resolvconf/downup-interfaces template again.  Ready for    re-translation! -- Thomas Hood <email address hidden>  Tue, 03 May 2011 12:00:00 +0200
Superseded in experimental-release
resolvconf (1.50) experimental; urgency=low
  [ Thomas Hood ]  * Also migrate non-symlinked directory /etc/resolvconf/run to    /run/resolvconf.  * Be interested in own trigger and enable updates only when triggered.    This could eliminate some superfluous updates on installation.    (Evidence that a package is allowed trigger itself:    http://lists.debian.org/debian-dpkg/2007/10/msg00175.html)  * Add section "Usage information for maintainers" to the README file    discussing the new trigger.  * Document the "original" file in resolvconf(8). (Closes: #414692)  * Improve markup of resolvconf(8). -- Thomas Hood <email address hidden>  Wed, 27 Apr 2011 12:00:00 +0200
Superseded in experimental-release
resolvconf (1.49) experimental; urgency=low
  [ Thomas Hood ]  * Standardly keep run-time data in /run instead of /lib/init/rw;    migrate from /lib/init/rw to /run in the postinst. (Closes: #621503).    Thanks to Roger Leigh for his help.  * Create run-time data directories in the preinst instead of in the    postinst. (Closes: #551999, #563386).  (Do this in /run if that is    already already available, otherwise in /lib/init/rw, otherwise in    /etc/resolvconf.)  Now when other packages call resolvconf before    resolvconf's postinst runs, the data is not lost and no error     message is printed.  * If someone has run resolvconf while updates were disabled, update    when updates are enabled.  * Include the contents of the original resolv.conf file in the    database until the first reboot after installation.  The old behavior    was to omit these contents (unless link-tail-to-original was    selected) with the result that information was missing from    resolv.conf until ifdown-ifup cycles.  The new behavior is not     correct either, but should have less unpleasant consequences than    the old behavior.  * Update the debconf template that discusses the problem just described.    Whereas before it was recommended that the administrator down and up    network interfaces, it is now recommended that the administrator    reboot the system.  * Add da.po. (Closes: #623079)  Thanks to Joe Dalton.  * Run debconf-updatepo.  * Add Depends on initscripts >= 2.88dsf-13.3 which enables /run    in its postinst, ensuring that /run is available to our postinst.  * Activate the "resolvconf-event" trigger in postinst and in postrm    in order to trigger other packages to take notice of resolvconf    being installed (configured) or removed.  When resolvconf is installed    other packages possessing name server information should register it    with resolvconf. (Closes: #567059)  * Remove /etc/dhcp3/dhclient-enter-hooks.d/resolvconf which is obsolete;    remove it on purge and declare a Breaks: old versions of dhcp3-client    which used it. (Closes: #591022).  * Use dh_installifupdown to install ifupdown hook scripts and,    consequently, Build-Depend on newer debhelper.  * Update debian/compat to 8.  * Bump Standards-Version to 3.9.2.0.  * Tidy up all maintainer scripts.  [ Marco Nenciarini ]  * debian/control: updated Thomas Hood's email address. -- Marco Nenciarini <email address hidden>  Tue, 19 Apr 2011 22:30:30 +0200
Superseded in wheezy-release
Superseded in sid-release
resolvconf (1.48) unstable; urgency=low
  [ Thomas Hood ]  * README:    + Drop support for old bind package and update instructions for      configuring bind9 to work with resolvconf.  (Closes: #586326)  * /etc/resolvconf/update.d/bind    + Allow NAMED_RUN_DIR to be overridden in /etc/default/resolvconf.      (Closes: #602204)  * debian/control:    + Drop obsolete dependency constraints from Breaks    + Update Uploaders -- Marco Nenciarini <email address hidden>  Wed, 12 Jan 2011 20:15:47 +0100
Superseded in sid-release
resolvconf (1.47) unstable; urgency=low
  [ Thomas Hood ]  * Cause ifdown to delete ${IFACE}.udhcpc  (Closes: #605215)  * Remove workaround for #196865 which was fixed in ifupdown << oldstable  [ Marco Nenciarini ]  * Bump Standards-Version to 3.9.1.0; no changes required -- Marco Nenciarini <email address hidden>  Wed, 01 Dec 2010 16:21:54 +0100
Published in squeeze-release
Superseded in sid-release
resolvconf (1.46) unstable; urgency=low


  [ Thomas Hood ]
  * Add hook script for dhclient from the new isc-dhcp-client
    package (Closes: #583991, #570896).  The new script, in
    /etc/dhcp/, has the same contents as the old one in /etc/dhcp3/.
    Please note that any local changes made to the old one should be
    made to the new script as well.
  * Reiterate the latter advice in a NEWS item.
  * Update the status of many TODO items in the README file. There
    has been some progress in the past five years.
  * Drop all dependencies on package versions older than those in
    oldstable.
  * Add Breaks: dnscache-run which overwrites /etc/resolv.conf.
    See #582755 for my request that dnscache-run be modified to
    be compatible with resolvconf.
  * Bump Standards-Version to 3.9.0.0.  As advised, demote remaining
    Conflicts to Breaks.
  * Drop Enhances: for obsolete packages dhcp-client and bind
  * Add Enhances: isc-dhcp-client
  * Add some lintian overrides.

  [ Marco Nenciarini ]
  * Depend on debhelper >= 6.0.7~ to have dh_lintian
  * Update copyright file to refer to GPL-2 instead of GPL which is
    actually a symlink to GPL-3
  * Add lintian overrides for breaks-without-version.

 -- Marco Nenciarini <email address hidden>  Mon, 12 Jul 2010 12:41:37 +0200
Superseded in squeeze-release
Superseded in sid-release
resolvconf (1.45) unstable; urgency=low


  [ Thomas Hood ]
  * Bump standards version
  * Add note to man page that tail file is a good place for a
    resolver "options" line  (Closes: #533297)
  * Add eu.po (Closes: #534558)

 -- Marco Nenciarini <email address hidden>  Thu, 13 Aug 2009 20:01:51 +0200
Superseded in sid-release
Superseded in squeeze-release
resolvconf (1.44) unstable; urgency=low


  [ Thomas Hood ]
  * Add "hso*" pattern to interface-order file  (Closes: #516357)
  * Don't include duplicate domain names (both with and without
    the root domain suffix) in search list. Thanks to Tom Carroll.
    (Closes: #522814)
  * Remove /lib/init/rw/resolvconf on purge  (Closes: #531283)
    Thanks to Holger Levsen.
  
  [ Daniel Kahn Gillmor ]
  * debian/control: Update my e-mail address in Uploaders
  * Fix typo in initscript.  Thanks, Peter Eisentraut (Closes: #525681)
  * Add status function to initscript for LSB compliance.  Thanks,
    Peter Eisentraut (Closes: #525680)

 -- Daniel Kahn Gillmor <email address hidden>  Tue, 02 Jun 2009 18:02:23 -0400
Superseded in squeeze-release
Superseded in sid-release
resolvconf (1.43) unstable; urgency=low


  [ Thomas Hood ]
  * No longer #! bash in postrm and config since (as of policy 3.7.3.0)
    we are now entitled to assume that /bin/sh supports the "local"
    feature
  * initscript: Don't declare Should-Stop dependency on networking and ifupdown
    (because what is really required is a X-Stop-Before dependency)
  * In resolvconf(8), for explanation of dns-* options refer the reader
    to resolv.conf(5).  (Closes: #507086)
  * [Debconf translation updates]
  * Swedish (Closes: #503353)

 -- Marco Nenciarini <email address hidden>  Sat, 06 Dec 2008 10:17:36 +0100
Superseded in sid-release
Published in lenny-release
resolvconf (1.42) unstable; urgency=high


  [ Thomas Hood ]
  * init script: Add X-Start-Before and Should-Stop dependencies on
    ifupdown and networking (Closes: #493501, #494084, #494872)
  * [Debconf translation updates]
  * Japanese (Closes: #493608)
  * Swedish (Closes: #491780)

 -- Thomas Hood <email address hidden>  Sun, 03 Aug 2008 21:27:56 +0200
151 of 51 results