X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.texi;h=4d3eb3c81f47123345dd90797b508519b7327f81;hb=a1394bc35f4473f55d6e56afa720c490d3e7f6bd;hp=56b537d7d81f9b62f88fe3d13ba16948a2a575fe;hpb=ecb97c9a61e81465fa748b4324da0ddd12872fdc;p=goredo.git diff --git a/doc/news.texi b/doc/news.texi index 56b537d..4d3eb3c 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -1,6 +1,79 @@ @node News @unnumbered News +@anchor{Release 1.8.0} +@section Release 1.8.0 +@itemize +@item + Fixed possibly wrong relative path record of the dependency, when + redo commands are run in different directory from the @file{.do}. +@item + Fixed possible failing in @command{redo-sources} if no @file{.dep} + is found. +@end itemize + +@anchor{Release 1.7.0} +@section Release 1.7.0 +@itemize +@item + Optional compatibility (through @env{REDO_MAKE=@{bmake|gmake@}}) + with either NetBSD's bmake or GNU Make jobserver protocols, being + able to tightly integrate @command{goredo} with the @command{make}. +@end itemize + +@anchor{Release 1.6.0} +@section Release 1.6.0 +@itemize +@item + @command{redo-affects} command appeared, that shows all targets that + will be affected by changing the specified ones. +@end itemize + +@anchor{Release 1.5.0} +@section Release 1.5.0 +@itemize +@item + @command{redo-ood}, @command{redo-sources} and + @command{redo-targets} can optionally take list of targets to apply + the command on, to narrow the result. +@item + @command{redo-sources} mistakenly missed @file{.do} files in the output. +@item + @command{redo-sources} now recursively searches for all source + files, not the "first" depth level ones. +@end itemize + +@anchor{Release 1.4.1} +@section Release 1.4.1 +@itemize +@item + Even more simpler statusline cleaning function. +@end itemize + +@anchor{Release 1.4.0} +@section Release 1.4.0 +@itemize +@item + Fixed proper @option{-xx} and @env{REDO_TRACE} workability, that + previously was not applied to all targets. +@item + Simpler statusline cleaning function, does not leading to whitespace + junk after long lines. +@item + Updated dependant libraries. +@end itemize + +@anchor{Release 1.3.0} +@section Release 1.3.0 +@itemize +@item + Experimental @command{redo-sources}, @command{redo-targets} and + @command{redo-ood} commands. +@item + Repetitive OOD determination optimization: pass all already known to + be OOD targets to redoing targets. +@end itemize + @anchor{Release 1.2.0} @section Release 1.2.0 @itemize