Sorry, need to reboot after holidays .... running at 80% Am 17.05.2016 um 14:24 schrieb Michael Tremer: > Hi, > > just back from holiday and already fixing bugs. I like that. > > Unfortunately you forgot to include the bug number in the commit message. Please > do that so the build system can automatically update and close the bug > eventually. > > I will add it this time so you don't have to re-send this patch. > > Best, > -Michael > > On Tue, 2016-05-17 at 14:10 +0200, Alexander Marx wrote: >> This is an update-release >> >> gzip -l no longer falsely reports a write error when writing to a pipe. >> [bug introduced in gzip-1.7] >> >> Port to Oracle Solaris Studio 12 on x86-64. >> [bug present since at least gzip-1.2.4] >> >> When configuring gzip, ./configure DEFS='...-DNO_ASM...' now >> suppresses assembler again. [bug introduced in gzip-1.3.5] >> >> Signed-off-by: Alexander Marx >> --- >> gzip/gzip.nm | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/gzip/gzip.nm b/gzip/gzip.nm >> index 1ba2326..a75fe44 100644 >> --- a/gzip/gzip.nm >> +++ b/gzip/gzip.nm >> @@ -4,7 +4,7 @@ >> ############################################################################# >> ## >> >> name = gzip >> -version = 1.7 >> +version = 1.8 >> release = 1 >> >> groups = Applications/Compression