1. 28 May, 2017 5 commits
  2. 27 May, 2017 1 commit
    • Russ Allbery's avatar
      Fix section anchors in upgrading-checklist · 9cc4124d
      Russ Allbery authored
      Preserve the historic section anchors in older versions of the
      upgrading-checklist by including all four version numbers, although
      stop this practice with 4.0.0.
      
      Fix a typo in one of the month names noticed by Guillem Jover.
      9cc4124d
  3. 01 May, 2017 2 commits
    • Russ Allbery's avatar
      Clean up upgrading-checklist, bump version number · 3e19499e
      Russ Allbery authored
      * Clean up the upgrading checklist a bit:
        - Rewrite the introduction to read a bit more smoothly and mention
          that the Standards-Version value omits the minor patch number.
        - Remove the minor patch number from all the versions except for the
          anomalies that contain normative changes, and note those
          explicitly.
        - Remove some unhelpful section headings and trailing colons in very
          old upgrading checklist entries.
        - Standardize the release date format.
      
      Also bump the package version to 4.0.0.0.
      3e19499e
    • Russ Allbery's avatar
      Some build fixes for the upgrading checklist · 3ebeeceb
      Russ Allbery authored
      Declare a dependency on the upgrading checklist from policy.xml since
      it includes it (although this doesn't seem to work in the build system
      properly yet).  Suppress the table of contents in the text version as
      well.  Add the upgrading-checklist conversion to the dependencies for
      the stamp-build target.
      3ebeeceb
  4. 30 Apr, 2017 15 commits
  5. 21 Feb, 2017 1 commit
    • Russ Allbery's avatar
      Rewrite the Device files section · d575df9a
      Russ Allbery authored
      Remove the requirement to call MAKEDEV and prohibit attempting to
      create or remove device files if a dynamic management facility is in
      place.  Packages should assume device files in /dev are dynamically
      managed.  Point people towards dynamic creation of named pipes and
      document that creation in postinst is not the usual approach.  Extend
      that discussion to device files outside of /dev, which are required
      for some chroot or file system namespace approaches.
      
      Remove the reference to old serial devices, which are now so old that
      it's highly unlikely anyone will care.
      d575df9a
  6. 20 Feb, 2017 16 commits