[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 6.0 release
From: |
Eli Zaretskii |
Subject: |
Re: 6.0 release |
Date: |
Fri, 08 May 2015 17:28:01 +0300 |
> Date: Thu, 07 May 2015 07:01:46 +0300
> From: Eli Zaretskii <address@hidden>
> Cc: address@hidden
>
> > Date: Wed, 6 May 2015 22:09:07 GMT
> > From: Karl Berry <address@hidden>
> >
> > I don't have anything else specifically to take care of before releasing
> > texinfo-6.0. Do either of you?
>
> I didn't yet have a chance to build and test the latest pretest. I
> currently plan on doing that during this weekend.
Done now. All's well with the MinGW build of this pretest, except
that the dir-file-sloppily test failed. I need the trivial patch
below to fix it (don't ask me how we missed that until now ;-):
Also, I need to add a .bat batch file to invoke texindex.awk, since
the shell script won't work on Windows. Will write and submit it
tomorrow.
Here's that patch I promised:
--- info/man.c~0 2015-03-07 21:36:01.000000000 +0200
+++ info/man.c 2015-05-08 17:13:09.193500000 +0300
@@ -413,6 +413,7 @@ get_manpage_from_formatter (char *format
free (formatted_page);
return NULL;
}
+ p++;
}
}
- Re: 6.0 release, (continued)
- Re: 6.0 release, Eli Zaretskii, 2015/05/09
- Re: 6.0 release, arnold, 2015/05/10
- Re: 6.0 release, Gavin Smith, 2015/05/10
- Re: 6.0 release, Eli Zaretskii, 2015/05/10
- Re: 6.0 release, Gavin Smith, 2015/05/10
- Re: 6.0 release, Eli Zaretskii, 2015/05/10
- Re: 6.0 release, arnold, 2015/05/10
- Re: 6.0 release, Eli Zaretskii, 2015/05/10
- Re: 6.0 release, arnold, 2015/05/10
- Re: 6.0 release, Eli Zaretskii, 2015/05/10
Re: 6.0 release,
Eli Zaretskii <=