X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2FCHANGES;h=29702ee6733f316f913d7949dca7653590ebf1ae;hb=afe9f62c8b03f18b1b7c29081dc63a3d306c3a8f;hp=7f9bf01b832d67d50d8ac20ceff9ac9d3d5bfc8b;hpb=b111d69f38b4378fc059904ccf8d8d1a7b01a4d3;p=autodist.git diff --git a/apps/autodist/CHANGES b/apps/autodist/CHANGES index 7f9bf01..29702ee 100644 --- a/apps/autodist/CHANGES +++ b/apps/autodist/CHANGES @@ -1,4 +1,65 @@ -Sat Apr 23 12:49:09 EEST 2005 Pekka Riikonen +Sat Jun 24 23:38:24 EEST 2006 Pekka Riikonen + + * Match distdef names exactly (/^foo$/ instead of /^foo/). + +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. + +Thu Apr 28 11:44:59 EEST 2005 Pekka Riikonen + + * The '.in' suffix with source file suffixes expects source code + format for the distdefs. + +Sun Apr 24 21:11:49 EEST 2005 Pekka Riikonen + + * Fixed undefining to actually work. + + * The top distribution now takes precedence on defined + distdefs over inherited distributions, and can override + defined and undefined distdefs (previously it could only + undefine defined but not define specificly undefined :)). + + * Prettier distdef output with -s. + +Sat Apr 23 12:49:09 EEST 2005 Pekka Riikonen * Autodist 1.2.1.