[0.5.2]
  1. Fixed: defaut value of $PACKAGE_PREFIX included an illegal keyword '_' for debian package.
  2. Added: support '.depends' feature for Debian package.
  3. Fixed: check the ./configure script exists or doesn't exists.
  4. Added: support .bz2 tar ball archive.

[0.5.1]
  1. Added README document in English.

[0.5.0]
  1. Supported 'downloading on demand' feature of source archive file.
  2. Supported '.tgz' suffix of source archive file.
  3. Fixed typo $ARCIVE_XXX to $ARCHIVE_XXX.

[0.4.1]
  1. Applied a Kouji SHIMIZU's patch ( Thanks to Kouji SHIMIZU )
    1) variable $TARGET_PREFIX supported.

[0.4.0]
  1. Supported section 'exclude' to .cmmi file ( You can exclude a directory to be installed. )
  2. Added '-install=no' switch to checkinstall command line.
      As a result, Cmmi depends on checkinstall version 1.6.0beta3 only.
                   And you can make the packages without super user!

[0.3.0]
  1. Supported new packages for cygwin's setup.exe (setup.exe is cygwin's standard installation manager)
  2. Changed the naming rule of package name. ( 0.2.1: NAME_x_x_x  -> 0.3.0: cmmi_NAME )
  3. Added a keyword '$TARGET_ROOT' that specify the virtual root of installing to cmmi.script

[0.2.1]
  1. Merged a patch that was created by IWAI, Masaharu ( Thanks to IWAI, Masaharu )
     1) Fixed the bug "Whether a package directory already exists or not, the cmmi script always creates it."
  2. Rewrote CHANGELOG file(this file) in English.

[0.2.0]
  1. Fixed bug: cmmi script can't '~/cmmi/xxxx' directory on cygwin platform.
  2. Set to version 0.2.0(stable) because I think that cmmi's spec is possible stable.


[0.0.9]
  1. Supported 'checkinstall' program.
    1) Tested making .deb packages process.
  2. Fixed some bugs.
    1) Fixed some Undefine variables...
  3. Changed some variable's name because those were not clear.
  4. Added -n, -r, -d switches.


[0.0.8]
  1. Merged a patch that was created by IWAI, Masaharu ( Thanks to IWAI, Masaharu )
    1) Added -ns switch to wget's command argument.
    2) BUG:The 'cmmi.script' aborts when user does not set .(dot:current direcotry) to $PATH.
  2. Supported ~/.cmmirc script file. (It can be specified $ARCIVE_DIR)


[0.0.7]
  1. Added section 'install' to .cmmi.
  2. Added new idea that cmmi can get an archive file from URL(http,ftp,etc...)


[0.0.6]
  1. Fixed bugs in 'configure' section of .cmmi


[0.0.5]
  1. Supported different action of 'cmmi clean' command.
       when current dir is ~/cmmi      ... clean in ~/cmmi/*/*
       when current dir is ~/cmmi/xxxx ... clean in ~/cmmi/xxxx/*
  2. Changed the default setting of 'configure' section of .cmmi to empty.


[0.0.4]
  1. Added 'cmmi make' command.
     (It simulates 'cmmi' command with that the current directory is the archive directory )


[0.0.3]
  1. Added code which prints the current version number to usage() function.
  2. Abolished 'cmmi make' command. ( only 'cmmi' command can be build action. )
  3. Abolished 'cmmi  add' command. ( only 'cmmi archive_file' command can add the archive_file )


[0.0.2]
  1. Added 'make install' command.
  2. Changed a behavior.
     "Whether a configure script exists or not, the cmmi script doesn't say error. it says worning."
  3. Added some code to recover ./ path in archive files.
