summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 014852c72cd599b59ac11888d0cb242883e77220 (plain)
    1 * 0.5.14	00.00.200x	Johannes Winkelmann
    2 - Remove handling of external dependency list
    3 - make InstallTransaction::getPkgDest use pkgmk.conf from install-root
    4 - revert getPkgDest to ignore install-root
    5 - determine PKGMK_PACKAGE_DIR using fgrep without sourcing pkgmk.conf
    6 
    7 * 0.5.13	08.09.2006	Johannes Winkelmann
    8 - Show undecided versions in diff and sysup when using "prefer higher"
    9 - fix display bug in "dependent"
   10 - fix bug in version comparator
   11 - Simplify output of 'dup', suggested by maro (-v -> old format)
   12 
   13 * 0.5.12	00.04.2006  Johannes Winkelmann
   14 - Add 'depinst' in 'help' (thanks Simone)
   15 - Fix compilation on OpenBSD
   16 - Show alias info in depends
   17 - don't install alias file and deplist
   18 - unlock ports on remove
   19 - fix lock: previously locking would only work for ports in the ports tree
   20 - allow to remove log files of successful builds
   21 - print update summary right before running the addcommand
   22 - print full add command and PACKAGE_DIR info when using install/update -v
   23 - Make 'cat' and 'readme' use $PAGER if set
   24 - update default prt-get.conf to reflect new port hierarchy (core/opt/contrib)
   25 - add timestamps to log files
   26 - fix aliasing bug introduce earlier in the .12 session (thanks Mark)
   27 - add --recursive and --tree for dependent
   28 - add listorphans command
   29 
   30 * 0.5.11	29.05.2005  Johannes Winkelmann
   31 - add --path to 'ls'
   32 - initial regex support
   33 - replace `uname -r` and `date +...` in version strings
   34 - add 'useregex' config key and --regex command line argument
   35 - Add --full to fsearch
   36 - use regex in fsearch if requested
   37 - add leading slash to fsearch result
   38 - support both `` and $()
   39 - support date patterns like '+%Y'
   40 - add aliases and deplist to dist-tarball
   41 - support multiple shell patterns in version
   42 
   43 * 0.5.10	21.04.2005  Johannes Winkelmann
   44 - fix bugs #3735, #3836
   45 - implement --ignore=<port1>,<port2> feature
   46 - fix --path for list, search
   47 - add --path for depends
   48 - enable logfile and depfile in default prt-get.conf
   49 
   50 
   51 * 0.5.9         06.12.2005  Johannes Winkelmann
   52 - add alias support
   53 - use absolut pathes for commands (pkgmk et al)
   54 - add -v switch to 'info' to show the readme
   55 - fix 'keephigher' in default prt-get.conf
   56 - add deptree to 'help'
   57 - remove some debug test
   58 - prettify error message when packages are not found
   59 - change 'bash' to 'sh' in process.cpp
   60 - use 'Pkgfile' as default file for cat and edit if no second argument given
   61 
   62 * 0.5.8		31.10.2004  Johannes Winkelmann
   63 - re-enable version parseing; use --prefer-higher to make prt-get use
   64   it
   65 - implement shortcuts to frequentily used pkgmk/pkgadd options
   66 - make -f do 'pkgadd -f'
   67 - add new versioncomparator class
   68 - implement 'alpha' < 'beta' < 'gamma' < 'delta'
   69 
   70 * 0.5.7         16.07.2004  Johannes Winkelmann
   71 - add the --install-root argument to allow installation to a different root
   72 - add the --rargs switch to pass options to pkgmk in "prt-get remove"
   73 - add 'removecommand' configuration key
   74 - add 'runscriptcommand' configuration key
   75 - improve config parsing: options can now be in front of command
   76 
   77 * 0.5.6		06.01.2004  Johannes Winkelmann
   78 - add four new command line arguments:
   79   --no-std-config            Don't parse default configuration file
   80   --config-prepend=<string>  Prepend <string> to configuration
   81   --config-append=<string>   Append <string> to configuration
   82   --config-set=<string>      Set configuration data, overriding config file
   83 - add new command: dumpconfig
   84 - respect 'cachefile' setting in configuration (did anyone ever use this??)
   85 - add 'runscripts' configuration variable to (equivalent to --install-scripts)
   86 - dump readme and runscripts configuration in dumpConfig()
   87 - add 'makecommand' and 'addcommand' to config file to make prt-get use
   88   another command than pkgmk and pkgadd
   89 
   90 * 0.5.5p1       23.03.2004  Johannes Winkelmann
   91 - Let Pkgfile's dependencies take precedence over deplist
   92 
   93 * 0.5.5		05.03.2004  Johannes Winkelmann
   94 - Add new configuration option: depfile
   95 - add way to use external dependency file
   96 - Add some missing headers for compilation with gcc 2.95
   97 - update bash completion for isinst
   98 - add deptree command (--all for all deps)
   99 
  100 * 0.5.4p2       17.11.2003  Johannes Winkelmann
  101 - fix bug in "at least X arguments" after getting several complaints
  102 
  103 * 0.5.4p1       30.10.2003  Johannes Winkelmann
  104 - fix message when called without argument
  105 - Fix duplicate prtdir ignoring error (when using filters)
  106 
  107 * 0.5.4         04.10.2003  Johannes Winkelmann
  108 - introduce symbolic return values
  109 - code: introduce generic argument number checks
  110 - (re)introduce depinst command
  111 - fix problem with prt-get fsearch: symlink'ed files are found as well
  112 - print output while logging (Patch from Logan)
  113 - redirect output of InstallTransaction::installPackage to log file
  114 - add %v (version) and %r (release) patterns to the log file name
  115 - fix typo in man page: %d in printf used for desc and deps
  116 - check for pre-install and post-install
  117   - store in cache (-> cache version update)
  118   - show in prt-get info
  119   - enable in prt-get printf, using %E (prE) and %O (pOst)
  120 
  121 * 0.5.3p2       29.09.2003  Johannes Winkelmann
  122 - Fix little bug in prt-get printf: don't print out empty lines (even if
  123   there's a newline char)
  124 
  125 * 0.5.3p1       25.09.2003  Johannes Winkelmann
  126 - Adapt new patch naming
  127 - Be more clever when calling prt-get diff with a filter
  128 
  129 * 0.5.3         01.09.2003  Johannes Winkelmann
  130 - Add 'remove' feature
  131 - implement pre/post install execution
  132 - prt-get diff doesn't display locked; use --all if you want them
  133 - Fix bug in repository initialization when pkgdirs were specified twice
  134 
  135 * 0.5.2 not used ;-)
  136 
  137 * 0.5.1a	08.08.2003  Johannes Winkelmann
  138 - Fix for gcc 3.3
  139 
  140 * 0.5.1		09.07.2003  Johannes Winkelmann
  141 - use PKGMK_PACKAGE_DIR
  142 
  143 * 0.5.0		22.06.2003  Johannes Winkelmann
  144 - update to fit new CLC project
  145 (pre3)
  146 - made bash completion work with ls, cat and edit
  147 (pre2)
  148 - sort ls output
  149 (pre1)
  150 - introduced new commands: ls, cat, edit
  151 - fixed an empty error message in argparser
  152 
  153 * 0.4.4c        08.05.2003  Johannes Winkelmann
  154 - Fixed an ugly bug: no error messages shown when logging enabled
  155 
  156 
  157 * 0.4.4b        08.05.2003  Johannes Winkelmann
  158 - Change mode of created directories from 0711 to 0755
  159 
  160 * 0.4.4a        05.05.2003  Johannes Winkelmann
  161 - Change $PKGDEST to $PACKAGE_DIR
  162 
  163 * 0.4.4         01.05.2003  Johannes Winkelmann
  164 - add support for PKGDEST
  165 - add lock/unlock and listlocked commands
  166 - better parsing of arguments
  167 - small update of the argument parser
  168 
  169 * Reimported after disk crash; 07.04.2003
  170 
  171 * 0.4.3         18.02.2003  Johannes Winkelmann
  172 - fixed bug in dependent: it split the list wrongly
  173 - new command: fsearch: search for file names in ports tree 
  174 - speed fix in Package: don't load() in name() and path()
  175 - cosmetical changes to the help screen
  176 
  177 * 0.4.2a        06.02.2003  Johannes Winkelmann
  178 - fixed bug in dependent: it looked just for a substring, so pkgconfig whould
  179   also be a match for 'dependent gconf', as it contains gconf...
  180 
  181 * 0.4.2         06.02.2003  Johannes Winkelmann
  182 - Fixed a segfault when no pkg database file available
  183 
  184 * 0.4.1         20.01.2003  Johannes Winkelmann
  185 - added small speed fix to printDiff
  186 - added missing include in configuration.cpp
  187 - enable clc ports by default
  188 - added misc dir to DIST
  189 
  190 * 0.4.0pre2     14.01.2003  Johannes Winkelmann
  191 - fixed segfault when no m_currentTransaction
  192 
  193 * 0.4.0pre2     13.01.2003  Johannes Winkelmann
  194 - fixed --listall -> --all switch on help page
  195 - completed SignalDispatcher
  196 - made PrtGet a SubClass of SignalHandler
  197 - feedback on Ctrl-C
  198 - fixed performance problems by not copying lists
  199 
  200 * 0.4.0pre1     13.01.2003  Johannes Winkelmann
  201 - update man page
  202 
  203 
  204 * 0.4.0alpha4   13.01.2003  Johannes Winkelmann
  205 - removed find command
  206 - list can have a wildcard filter
  207 - renamed --listall switch to --all for dependent
  208 - implemented wildcards for listinst
  209 
  210 * 0.4.0alpha3   13.01.2003  Johannes Winkelmann
  211 - added --listall switch for dependent; don't show only installed ports
  212 - corrected help once more
  213 - added LockFile class
  214 - added check for Pkgfile in Port directory
  215 - added expandWildcard*() methods
  216 - enabled wildcards for diff 
  217 - implemented 'current' command
  218 
  219 * 0.4.0alpha2   05.01.2003  Johannes Winkelmann
  220 - added --filter="..." option used in printf
  221 - added sysup command (refactoring required)
  222 - updated help output
  223 - added signal dispatcher
  224 - new cache file format (newline separated)
  225 - cache file versioning
  226 - support for maintainer and packager in info and printf
  227 - support for hasReadme in printf
  228 - fixed bug in Pkgfile parser (whitespaces before version, name and rev)
  229 - better format for prt-get help 
  230 
  231 * 0.4.0alpha1   04.01.2003  Johannes Winkelmann
  232 - added find command (searching using wildcards),
  233 - Repository::getMatchingPackages() (wildcard match)
  234 - added data object for package
  235 
  236 
  237 * 0.3.5c    28.12.2002  Johannes Winkelmann
  238 - fixed bug: pkgadd was called even if pkgmk failed... there since 0.3.4
  239 
  240 * 0.3.5b    28.12.2002  Johannes Winkelmann
  241 - fixed bug in writeCache()
  242 
  243 * 0.3.5a    23.12.2002  Johannes Winkelmann
  244 - dependent -> help page
  245 
  246 
  247 * 0.3.5     04.12.2002  Johannes Winkelmann
  248 - added readme command
  249 - info shows whether there is a README file
  250 - added readme info to cache file (-> new format)
  251 - added (README) to install/update output
  252 - fixed a memory leak
  253 - introduced configuration object
  254 - exchanged result printing order ("Packages already installed" before
  255   "Packages installed now"
  256 - added dependent command: show which packages depend on argument
  257 - corrected ugly copy and paste errors in "<command> takes only one arg..."
  258 - added misc/prt-edit (not installed)
  259 - new manual format, not included anymore
  260 
  261 
  262 * 0.3.4c    02.12.2002  Johannes Winkelmann
  263 - corrected typo in manual
  264 - added logging options to default prt-get.conf
  265 - added --sort option for printf
  266 
  267 * 0.3.4b    02.12.2002  Johannes Winkelmann
  268 - printf replaces \t and \n
  269 - small change in StringHelper::replaceAll()
  270 - listinst -vv prints description
  271 - listinst documentation update
  272 - --log doc update
  273 - cleanups (using StringHelper::replaceAll())
  274 - add bash completion file
  275 
  276 * 0.3.4a    30.11.2002  Johannes Winkelmann
  277 - small change in printf (%i expands to "diff")
  278 
  279 * 0.3.4     10.11.2002  Johannes Winkelmann
  280 - implemented new printf function
  281 - corrected usage output (removed "," characters)
  282 - added StringHelper::replaceAll(..)
  283 - log feature
  284 - added %p in logfile
  285 
  286 * 0.3.3     27.08.2002  Johannes Winkelmann
  287 - implemented a returnValue() method in PrtGet
  288 - prt-get isinst no longer returns "... is not installed" to be more
  289   consistent with "pkginfo -i|grep ...", but returns 1 when a package is not
  290   installed (1 = general error).
  291 - allow dependencies to be commented out when starting with #. THINK ABOUT
  292   THIS SOME MORE
  293 
  294 * 0.3.2     15.07.2002  Johannes Winkelmann
  295 - changed example prt-get.conf again
  296 - added another example to the manual
  297 - added doxygen api documentation 
  298 - various code cleanups
  299 - output fix for prt-get diff (title not printed if no difference)
  300 - added tests for process and stringhelper class
  301 - added _very_ simple version checking in prt-get diff
  302 - return values on errors (=1)
  303 - no output for prt-get isinst if package not installed (to be consistent with
  304   pkginfo)
  305 - gcc 3.2 fixes
  306 
  307 
  308 * 0.3.1a    15.07.2002  Johannes Winkelmann
  309 - changed example prt-get.conf to meet the new format...
  310 
  311 * 0.3.1     13.07.2002  Johannes Winkelmann
  312 - Fixed some conditions where Valgrind reported errors
  313 
  314 * 0.3.1pre2 10.07.2002  Johannes Winkelmann
  315 - Fixed another bug in the process execution
  316 - proper implementation of process execution :-)
  317 - improved StringHelper::split()
  318 
  319 * 0.3.1pre1 08.07.2002  Johannes Winkelmann
  320 - listinst
  321 - new config file format (can use alternate location for cache)
  322 - removed depinst skeletion 
  323 
  324 * 0.3.0     05.07.2002  Johannes Winkelmann
  325 - added cache feature
  326 - moved string functions to stringhelper
  327 - Makefile.am includes code to create a symlink from prt-get to prt-cache
  328 - If prt-get is called as prt-cache, it uses the caching all the time
  329 - added man page for prt-cache
  330 - added package filter functionality in prt-get-conf
  331 - added man page for prt-get.conf
  332 - comments are removed in prt-get.conf
  333 - added check whether cache is outdated (config file changed after cache
  334   generated)
  335 - added check for 'prt-get diff <packagelist>' that the packages listed
  336   are really installed
  337 - added path command
  338 - print errors to stderr
  339 - always exit( -1 ) on error
  340 
  341 * 0.3.0pre2 03.07.2002  Johannes Winkelmann
  342 - Fixed bug when release or version had a comment on the same line
  343 
  344 * 0.3.0pre1 02.07.2002  Johannes Winkelman
  345 - Changed format of TODO, so others can understand it as well :-)
  346 - added version command 
  347 
  348 * 0.2.9     01.07.2002  Johannes Winkelmann
  349 - If files are rejected during update, prt-get no longer says "update failed"
  350 - implemented dsearch feature (to search descriptions)
  351 - Fixed a bug in prt-get depends (empty listing instead of warning when
  352   invalid package given)
  353 
  354 * 0.2.8     30.06.2002  Johannes Winkelmann
  355 - moved to autoconf/automake
  356 
  357 * 0.2.7     28.06.2002  Johannes Winkelmann
  358 - added a man page
  359 - adjusted message of install/update
  360 decided to go up to .7, as I made some errors in the release of .6
  361 
  362 
  363 * 0.2.6     28.06.2002  Johannes Winkelmann
  364 - added --test switch: doing no installation, just prints out the result
  365 - added quickdiff feature, printing out a list of installed packages to be
  366   updated: use it for prt-get update `prt-get quickdiff`
  367 
  368 
  369 * 0.2.5     28.06.2002  Johannes Winkelmann
  370 - removed depinst feature (maybe reimplemented soon)
  371 - it is now possible to pass a list of arguments to 
  372   prt-get install
  373   prt-get depends/quickdep
  374 - implemented -v and -vv in prt-get list
  375 - implemented -v for prt-get search (show description as well)
  376 - lazy initialization of repository -> speed improvement 
  377 - removed --args switch, added --margs and --aargs switches for pkgmk and
  378   pkgadd respectively
  379 
  380 * 0.2.4     24.06.2002  Johannes Winkelmann
  381 - fixed segfault when having cyclic dependecies
  382 
  383 * 0.2.3     24.06.2002  Johannes Winkelmann
  384 - added --config=<conffile> option
  385 - added prt-get update feature
  386 - added prt-get quickdep feature
  387 - added prt-get diff feature
  388 
  389 * 0.2.2     24.06.2002  Johannes Winkelmann
  390 - Fixed segfault in depends
  391 
  392 * 0.2.1     23.06.2002  Johannes Winkelmann
  393 - added config file /etc/prt-get.conf
  394 
  395 * 0.2       22.06.2002  Johannes Winkelmann
  396 - C++ port
  397 
  398 * 0.1.1     22.06.2002  Johannes Winkelmann
  399 - moved install to InstallTransaction
  400 
  401 * 0.1       21.06.2002  Johannes Winkelmann
  402 - First release

Generated by cgit