File: NEWS

package info (click to toggle)
dput 1.2.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,396 kB
  • sloc: python: 13,102; sh: 162; makefile: 42
file content (19 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
dput (1.1.1) unstable; urgency=medium

  Default configuration files for DPut are now searched in different
  locations.

  As before, the global configuration file is accessed in `/etc/dput.cf`.

  Per-user configuration is now first accessed from the XDG_CONFIG_HOME
  directory, at path `$HOME/.config/dput/dput.cf` by default.

  Only if that file cannot be opened is the older `$HOME/.dput.cf`
  attempted. The file format and expected contents are identical, only the
  expected filesystem path is changed.

  The obsolescent path `$HOME/.dput.cf` may be ignored in a future DPut
  version; users are advised to migrate the configuration file to the
  XDG standard path described above.

 -- Ben Finney <bignose@debian.org>  Wed, 22 Jun 2022 17:57:42 +1000