File: NEWS

package info (click to toggle)
diffuse 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,160 kB
  • sloc: python: 7,689; xml: 5,993; sh: 61; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diffuse (0.6.0-1) unstable; urgency=medium

  The location of the personal preferences, state, and initialisation files
  have changed in the 0.4.1 release.  Old settings may be migrated using the
  following commands:

      $ mkdir -p ~/.config/diffuse
      $ mv ~/.diffuse/config ~/.config/diffuse/state
      $ mv ~/.diffuse/* ~/.config/diffuse
      $ rmdir ~/.diffuse

  The rules for parsing files in `~/.diffuse` changed in the 0.3.0 release.
  Non-fatal errors may be reported when parsing old files.  These errors can be
  fixed by removing the offending lines (or the entire file) from
  `~/.config/diffuse/diffuserc`.

 -- Philipp Huebner <debalance@debian.org>  Sun, 03 Jan 2021 13:14:38 +0100