Skip to content

Commit

Permalink
prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
garabik committed Mar 20, 2017
1 parent b697d3c commit 5996c59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pydf (14) unstable; urgency=medium

* do not colour readonly filesystem in b&w mode, thanks to Dave Vehrs
(closes: #851904)

-- Radovan Garabík <[email protected]> Mon, 20 Mar 2017 10:42:03 +0100

pydf (13) unstable; urgency=low

* added statvfs_block configuration option, to select between
Expand Down
4 changes: 2 additions & 2 deletions pydf
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def makecolour(clist):
return s

def version():
return '13'
return '14'

def get_all_mountpoints():
"return all mountpoints in fs"
Expand Down Expand Up @@ -672,7 +672,7 @@ if options.sizeformat:
# do_total_sum = True

if options.b_w:
normal_colour = header_colour = local_fs_colour = remote_fs_colour = special_fs_colour = filled_fs_colour = full_fs_colour = 'none'
normal_colour = header_colour = local_fs_colour = remote_fs_colour = readonly_fs_colour = special_fs_colour = filled_fs_colour = full_fs_colour = 'none'
if options.mounts_file:
mountfile = options.mounts_file

Expand Down

0 comments on commit 5996c59

Please sign in to comment.