
 PHP Dump Maker
 --------------------------------------------------
 Written by Marcin Orlowski <carlos@wfmh.org.pl>
 Home page: http://freshmeat.net/projects/pdm/
 
 
 Development history:
 ------------------------
 2003.01.15 - v2.1 - added support for ignore marker. Ignore marker is a file
                     (by default '.pdm_ignore' but its name can be configured
                     via ini file) that tells PDM to skip the directory it
                     resides in from being processed.
                   - changed default behaviour: when no dest dir is specified
                     your current working directory (the dir your are 'in'
                     while launching PDM) will be used instead of script
                     working directory (the dir it resides in).
                   - prior this version PDM had serious problems creating
                     some files and links if dest dir was specified
                   - Y/N 'requesters' can now accept 'Y', 'N' or empty answer
                     (equal to default answer) only. Feeding with crap repeats
                     the question unless valid answer is given.
                   - added ability to repeat whole burning (when in 'burn'
                     mode) again and again. This gives you a possibility to
                     make more than one copy of produced sets or to burn
                     selected set (i.e. when you skipped it, aborted by
                     mistake)
                   - PDM does no startup check against old set directories
                     to avoid potential problems with file/dir name collisions
                   - added .ini versioning, to be able to detect and inform
                     about ancient config files and (probably) misconfigured
                     features
				
 2003.01.13 - v2.0 - added support for configuration file (pdm.ini). Script
                     first tries to read ~/.pdm/pdm.ini then, if not found,
                     tries /etc/pdm/pdm.ini
                   - renamed the script - it's now just pdm.php to match SF
                     and FM project name (and to avoid confusion)
                   - added more end-user-readable output for all filesizes.
                     Instead of just pure bytecounts like "219942106" you will
                     also face "210MB"
                   - checks PHP config agains safe_mode to avoid newbie
                     problems they may face when running with active SafeMode.

 2003.01.01 - v1.6 - code spead-up ('progress' is repored less often, which
                     speeds up data processing *significantly*
                   - script used to leave temporary CD sets if ordered to Abort
                     after the sets had been created, but before processed
                   - when in burn mode, it no longer asks to burn the CD 'again' 
                     if you wished not to burn the CD at all
                   - added config var to control FIFO size (important for all
                     on-the-fly burners)
                   - wrote some kind of documentation (check README ;-)
                   - modified configuration vars to be more self explanatory

 2002.12.10 - v1.5 - seems mkdir() needs now two parameters.

 2002.11.09 - v1.4 - changed the "Cleanup temp data question?",
                   - cleaned source code a bit, to better fit in 80 columns.

 2002.10.20 - v1.3 - added ability of re-burning given CD set (useful if you
                     i.e. procceed too fast, and cdrecord didn't burn anything
                     due to i.e. no blank cd found etc),
                   - reworked the 'UI' to be more friendly, and made most 
                     'requesters' to give 'positive' answer as default option,
                     which lets you process your data just with [ENTER] key 
                     for most the time...

 2002.08.13 - v1.2 - added "iso" copy mode, which acs like "link" but 
                     additionaly creates ISO images (requires mkisofs),
                   - added "burn" copy mode which burns cd set on-the-fly
                     (requires mkisofs and cdrecord). See $CD_DEVICE below!

 2002.07.31 - v1.1 - instead of moving files, the script now symlinks them 
                     by default (modify "COPY_MODE" to change this).

 2002.07.30 - v1.0 - initial release.


-- 
$Id: CHANGES,v 1.9 2003/01/14 14:55:14 carl-os Exp $
