K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2014-08-19T22:26:59.738884Z K 7 svn:log V 1356 - Update to 1.4.0.pre-alpha11 Users will see a "changed shlibs" reinstall for 'pkg upgrade' until: 1. _All_ packages on remote repositories are rebuilt with this version of pkg. 2. 'pkg check -Ba' should be run after upgrading pkg but before upgrading other packages. This requires #1 though, which is not happening until 1.3.7 is released. Running 'pkg check -Ba' before the remote repository is fixed will just continue to propose reinstalling packages for 'changed shlibs'. Changes: * pkg fetch -d: Fix crash (#955) * Progress bar improvements/fixes * Fix ETA for fetching (#943) * Fix progressbar stalled support * ETA progress: Account for TCP SLOW START and weigh the first few ticks less * Rework 'pkg update' output slightly to clarify what it is doing. * pkg check: Add progressbar when not using -v * pkg check: Add job counter with using -v * pkg clean: Add progressbar * Fix hardlink calculations (#958) * pkg backup: Add -q * pkg backup: Remove docs for '-d -' as it does not work. * pkg config: Fix output for arrays/objects (#971) * Fix RC scripts being started on deinstall rather than stopped * Add some more asserts * pkg-fetch.8: Remove reference to removed mirror mode * Fix a few typos in pkg.conf.5 (#969) * Document new configuration options. (#969) END