summaryrefslogtreecommitdiff
path: root/CHANGES
blob: 031894ba55d0d2013df7e4cd86ba9d66ea4ff6db (plain)
    1 0.9.1 ->
    2 - Bugfix: fix regexp for finding rm/cd commands in prtverify
    3 - prtverify: WHITELIST is now a array of files, so it's possible
    4   to add additional lists or even a special directory.
    5   Default is /usr/lib/prtverify/*.wl
    6 - prtverify: whitelist update
    7 - prtverify: new test to detect non-ASCII characters
    8 
    9 0.9.0 -> 0.9.1
   10 - Bugfix: complete list of core ports for pkgfoster
   11 - prtverify: new test for permission-collisions with directories
   12   provided by core/filesystem, suggested by Mark Rosenstand
   13 - prtverify: compatibility improvements, patch by Han Boetes
   14 - prtverify: new rule to find localized man-pages
   15 - pkgsize: forced -k option, call /usr/bin/du to avoid aliasing  
   16 - Added prt-utils man page
   17 
   18 0.8.0 -> 0.9.0
   19 --------------
   20 - Added prtverify by Juergen Daubert
   21 
   22 0.7.1 -> 0.8.0
   23 --------------
   24 - Added revdep by Johannes Winkelmann
   25 - Added portspage by Jukka Heino
   26 - Added pkgfoster by Jukka Heino
   27 - oldfiles: merged with pkgclean by Mark Rosenstand;
   28   added custom keep list /etc/oldfiles.conf
   29 
   30 0.7.0 -> 0.7.1
   31 --------------
   32 - Removed warnings from oldfiles
   33 
   34 0.6.5 -> 0.7.0
   35 --------------
   36 - added findredundantdeps script
   37 - added pkg_installed script
   38 
   39 0.6.4 -> 0.6.5
   40 --------------
   41 - fixed config parser bug in prtorphan (trailing space
   42   and / or comment in the middle of the line)
   43 
   44 0.6.3 -> 0.6.4
   45 --------------
   46 - fixed bug in prtwash config parser. Thanks to Jason Pacheco
   47   for the  patch
   48 - prtwash: fixed spelling
   49 
   50 0.6.2 -> 0.6.3
   51 --------------
   52 - added "oldfiles" by Simone Rota (simone)
   53 - added "finddeps" by Johannes Winkelmann (simone)
   54 - added "dllist" by Johannes Winkelmann (simone)
   55 
   56 0.6.1 -> 0.6.2
   57 --------------
   58 - prtreverse replaced by pkgexport by Andrew Green (simone)
   59 
   60 0.6.0 -> 0.6.1
   61 ------------
   62 - prtrej now checks if /var/lib/pkg/rejected exists (simone)
   63 
   64 0.5.1 -> 0.6
   65 ------------
   66 - prtalien: new script, which does the same as "prtorphan -d"
   67 - prtsweep doesn't remove .nostrip file (opel)
   68 - prtorphan reads /etc/prt-get.conf instead of /etc/prt-wash.conf.
   69   prtwash.conf was removed though. (opel)
   70 - prtrej now calls "diff -u"
   71 - scripts that need to cycle through the port tree now read
   72   port directories from /etc/prt-get.conf.
   73 - prtcheckmissing is a new script, which scans the package db
   74   /var/lib/pkg/db and looks in your filesystem, if the files really exist.
   75   The most port is based on A. Pagaltzis' program published on the mailing
   76   list.
   77 
   78 0.5 -> 0.5.1
   79 ------------
   80 - prtorphan has a new option "-d directory" and scans the directory for
   81   orphaned files.
   82 
   83 0.4.1 -> 0.5
   84 ------------
   85 - new script prtorphan: script to list all orphaned packages. An orpaned
   86   package is a package, for which no port exists in /usr/ports/base,
   87   /usr/ports/opt, ...
   88 
   89 0.4 -> 0.4.1
   90 ------------
   91 - pkgsize bugfixes
   92 
   93 0.3.x -> 0.4
   94 ------------
   95 - pkgsize by Damir Saric <damir.saric@du.hinet.hr> was added.
   96 
   97 0.2.5 -> 0.3.0
   98 --------------
   99 - prtreverse by Simone Rota was added.
  100 
  101 0.2.4 -> 0.2.5
  102 --------------
  103 - prtwash.conf was adopted to the new clc scheme: contrib/unmaintained

Generated by cgit