X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2FCHANGES;h=1b0a7c3f79254d818d644034a76c6bbe1f74ab80;hb=HEAD;hp=b9fe82d048c3f7702bf46f7c6e8080a161e7450c;hpb=b6e0f5409b1f137f27df56cd5a82fe03054db3ae;p=autodist.git diff --git a/apps/autodist/CHANGES b/apps/autodist/CHANGES index b9fe82d..1b0a7c3 100644 --- a/apps/autodist/CHANGES +++ b/apps/autodist/CHANGES @@ -1,9 +1,148 @@ +Thu Jan 8 14:42:02 EET 2009 Pekka Riikonen + + * Fixed distdef prefix in processing. Uses correclty the + defined prefix now. + + * Fixed finding of non-source files. + +Wed Jan 16 17:17:41 EET 2008 Pekka Riikonen + + * Fixed *.ad (excluding configure.ad and Makefile.ad files) + processing to correctly copy the processed file to new name. + +Thu Sep 13 18:50:00 EEST 2007 Pekka Riikonen + + * Fixed prerequisite version checking to work on all shells. + + * Fixed parameter shifting on some shells when no arguments + are given to autodist. + + * Added support for source file distdef processing for the + following files: .mm .M .S + +Thu May 31 23:34:00 EEST 2007 Pekka Riikonen + + * Autodist 1.3.2. + + * Added 'prereq' directive to support encforcment of Autodist + version. + + * Added support for providing extra parameters to autodist that + are passed to the hook scripts. User can specify whatever + extra parameter they want. + +Wed Feb 21 15:45:50 EET 2007 Pekka Riikonen + + * Autodist 1.3.1. + +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. + + * Fixed 'noprocess' sed script. + +Fri Apr 22 20:23:06 EEST 2005 Pekka Riikonen + + * Autodist 1.2. + + * Various 'cat' optimizations. + + * More test cases in tests/. + + * No Autodist header for "other" '.ad' files as we don't know + what the file contains. + + * No non-source distdef format processing for source files + anymore. + +Tue Apr 19 17:12:09 EEST 2005 Pekka Riikonen + + * Remove extra ' ' and '\t' when joining backslashed lines. + + * Fixed argument delivery to hook scripts. + +Mon Apr 18 21:05:42 EEST 2005 Pekka Riikonen + + * Process '*.ad' files before calling autoconf and automake. + + * Various shell compatibility kludges added. + +Mon Apr 18 20:06:24 EEST 2005 Pekka Riikonen + + * Autodist 1.1. + + * All 'local' variables must be at the start of function for + compatibility. + Sun Apr 17 20:08:28 EEST 2005 Pekka Riikonen * Added TODO. * Added pre-process-dist-hook and post-process-dist-hook. + * Added autodist.1. + Sun Apr 16 23:00:02 EEST 2005 Pekka Riikonen * First release, Autodist 1.0.