diff --git a/COPYING b/COPYING index 8b75d49601f77f06aea6ee91b2c0d2364eb89aaa..e99f00f1429897536ba6b2df88f223a733f3066d 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2007-2018 Yoran Heling +Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/ChangeLog b/ChangeLog index 3a80774964463a8b8b6772027c29fa78818cd273..263ec3719b0582b7c20b28ba11c41fd63a3211a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +1.14 - 2019-02-04 + - Add mtime display and sorting (Alex Wilson) + - Add (limited) --follow-symlinks option (Simon Doppler) + - Display larger file counts in browser UI + - Add -V, --version, and --help alias flags + - Fix crash when attempting to sort an empty directory + - Fix 100% CPU bug when ncdu loses the terminal + - Fix '--color=off' flag + - Fix some typos + 1.13 - 2018-01-29 - Add "extended information" mode and -e flag - Add file mode, modification time and uid/gid to info window with -e diff --git a/README b/README index b4219c9579f05ad6a26c68ff0750788c40ab37f7..3ddfd9e08119ee89bbf9531bbabc957e5157a9f5 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu 1.13 +ncdu 1.14 ========= DESCRIPTION @@ -33,7 +33,7 @@ INSTALL COPYING - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/configure.ac b/configure.ac index 7586da74adf14023725c540a942e39e507597912..ab05e8f4cfb2a3c191958900a13da652ade2fff4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(ncdu, 1.13, projects@yorhel.nl) +AC_INIT(ncdu, 1.14, projects@yorhel.nl) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects]) diff --git a/src/browser.c b/src/browser.c index 7cd0ac58643f474e138e5a534c3851cd2cd72c50..2cba8e791c43d0526b6a89e1b29c054c5b5edd21 100644 --- a/src/browser.c +++ b/src/browser.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/browser.h b/src/browser.h index eb7f8df83053638d52413b673fa0b3969ec1bd1f..41a44e6f99623e87015249388647375db8f51626 100644 --- a/src/browser.h +++ b/src/browser.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/delete.c b/src/delete.c index 4f93a1847127bc16059e02a0370e413ae4ad4621..95d25e2c5425870894a6cb54ef636df533bc6216 100644 --- a/src/delete.c +++ b/src/delete.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/delete.h b/src/delete.h index 822cdd74af89157148d9c58d395c59b730d9923a..4b7a9ccbc9d6e86a1798aa913797128e5d574d66 100644 --- a/src/delete.h +++ b/src/delete.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir.h b/src/dir.h index b7e43d1abec2eebd52505f322ddb3504df7abcfe..0b7bf363440a1817d46bfd64f0ac9bf072b68a3d 100644 --- a/src/dir.h +++ b/src/dir.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_common.c b/src/dir_common.c index 508205117f0db242e3ca059bd135672952df6d32..234ab9b3e3ba374bdaa86707fd05ae1db6c40999 100644 --- a/src/dir_common.c +++ b/src/dir_common.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_export.c b/src/dir_export.c index d50f61e7aab19bdde1aa4a5a05676d3e5eac9774..b0e7b15299e3f4ba24ac533584677e4dbfa81beb 100644 --- a/src/dir_export.c +++ b/src/dir_export.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_import.c b/src/dir_import.c index b523849377c74df2ddace35383da26a9e76a82b7..13ebe644e30d0c79aee46f9ebf0d620da3825ccb 100644 --- a/src/dir_import.c +++ b/src/dir_import.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_mem.c b/src/dir_mem.c index dc155860c5608513a98beabc9e2bc3b43baa8c9d..f1a074208a8f637b24408c9596b4146b140a986d 100644 --- a/src/dir_mem.c +++ b/src/dir_mem.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_scan.c b/src/dir_scan.c index 38068f1efbc9bfb5e1e728aaa0aaa01f0b2d3a9f..9483d016d906fe8567c8a969ff8c89b3f7c397a8 100644 --- a/src/dir_scan.c +++ b/src/dir_scan.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dirlist.c b/src/dirlist.c index 63a4cac52a22deacada696a52f3fd70ce9b177d2..2f8f3232ddee77f87dc2680bf14a6240a70a3b4f 100644 --- a/src/dirlist.c +++ b/src/dirlist.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dirlist.h b/src/dirlist.h index 5437e4bbea502aaf5f966856b514f7dfc8bc1de8..c4ebf2b6ca5c55982d6b6b6298262ef70c3a0bff 100644 --- a/src/dirlist.h +++ b/src/dirlist.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/exclude.c b/src/exclude.c index 173cc72db2fbcde1dbcdde539a2db47bbeb9a17c..f417c92ba9f1dc1bb02d0c78c8a583321b12aebe 100644 --- a/src/exclude.c +++ b/src/exclude.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/exclude.h b/src/exclude.h index 86134d7fe283ccbbb1f86ca00a996ae6f6260218..7d95ddae1b80abf38c86c580530e1478567280ba 100644 --- a/src/exclude.h +++ b/src/exclude.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/global.h b/src/global.h index 4404bf48800e9439335a1875c8b20750f9e11743..90b804af0a0e44b8b466b054f0db08259a180387 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/help.c b/src/help.c index caba9b3e0289a30a84759fbc4ba40afada526761..56be261badcc83dc898ff34ccdac1cc5091b55f7 100644 --- a/src/help.c +++ b/src/help.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/help.h b/src/help.h index 42eec72ae776986f37f73e80eeb6afadac8e6b63..905b7fe9b954a6e5e9024197105499408d4f1648 100644 --- a/src/help.h +++ b/src/help.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/main.c b/src/main.c index 6d8967b679f43befb60cf36572d791a3c5cda6e7..a7dcea6acba80ca1f75e442cc17bfae0a8b7b745 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/path.c b/src/path.c index 824d644a6b260a6318b070b07b460495df86029b..87227f39f4a48c3858564d26481f83c431f7bde8 100644 --- a/src/path.c +++ b/src/path.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/path.h b/src/path.h index 74dbc12f04b6f047cda98feca84ed1849bd4a2b7..6ed9a354baadf6cdf1f37ec674582e21022827bf 100644 --- a/src/path.h +++ b/src/path.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/quit.c b/src/quit.c index fba021e2e1116b7fb6de6905b743098cb9e383a4..1fac2232ee6a2a38b746e7467de7c13aee243204 100644 --- a/src/quit.c +++ b/src/quit.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2015-2018 Yoran Heling + Copyright (c) 2015-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/quit.h b/src/quit.h index 375f8259ed1ee048be0fb210b5abde65bff51309..1930a826ec33493f71ad5fa6b1c686cf30fea1dd 100644 --- a/src/quit.h +++ b/src/quit.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2015-2018 Yoran Heling + Copyright (c) 2015-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/shell.c b/src/shell.c index 360ac7588b55c0199372ef47c74e3ba413ad3ef0..6c74f573a97a1b92ea98b12ce2208c026093708a 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Shell support: Copyright (c) 2014 Thomas Jarosch Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/shell.h b/src/shell.h index cb33bded23152364a3d2af831ae86518b71829bf..7965a88c44a5395256e01f22fbd26a5654246c18 100644 --- a/src/shell.h +++ b/src/shell.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Shell support: Copyright (c) 2014 Thomas Jarosch Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/util.c b/src/util.c index 45660bfbd2377fc9f409c7f27a25813a8c5ba975..d99a42d8489c8791aad319d993a247050489be06 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/util.h b/src/util.h index a1b9781a4a8adcfcc3dadbf495490c9bd31f40fa..50344e350a7dcccd889f9ec2c42d5be858f01f06 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2018 Yoran Heling + Copyright (c) 2007-2019 Yoran Heling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the