X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2FCHANGES;h=163b58acd2df2f4b6f2f997e58ac630fa06ada2d;hb=7b1dbe1063b76e1762e48b66053f87c44d645c4e;hp=eb60765d766285801a34d6bf296380e7ea5d45b5;hpb=3d06d0dd2fd0f03a1a1b25a057f872657d9ee18d;p=autodist.git diff --git a/apps/autodist/CHANGES b/apps/autodist/CHANGES index eb60765..163b58a 100644 --- a/apps/autodist/CHANGES +++ b/apps/autodist/CHANGES @@ -1,3 +1,44 @@ +Wed Nov 16 17:53:55 EET 2005 Pekka Riikonen + + * Don't try to log with -s option. + +Wed May 4 10:58:24 EEST 2005 Pekka Riikonen + + * Autodist 1.3. + +Sun May 1 17:31:55 EEST 2005 Pekka Riikonen + + * Added support for dependencies in makefiles. + + * Added AD_DISABLE_DEPENDENCIES macro to disable Autodist + dependencies in makefiles. Added support for dependencies + in makefiles. + + * Added -p option to Autodist. It can be used to a process file + from the command line. + + * Added dependency support for configure.ad files as well. + +Sat Apr 30 17:49:05 EEST 2005 Pekka Riikonen + + * The 'noprocess' directive now works recursively with + directories. + +Sat Apr 30 11:49:01 EEST 2005 Pekka Riikonen + + * Added better debug messages. + + * Added log file creation, autodist.log and makedist.log. + + * Fixed license-header to change license only during packaging, + not also during preparation. + + * Fixed .ad processing when the file was not processed, to + copy the original to new name. + + * Fixed 'include' when copying directories to root of the + distdir, and the destination directory already exist. + Fri Apr 29 16:48:16 EEST 2005 Pekka Riikonen * Fixed configure.ac creation when no fragments in use.