Zack Weinberg wrote: > > The autopoint versions that should match are: > > - 0.23.x with x >= 2 > > - 0.24.x with x >= 2 > > - 0.25.x with x >= 1 > > - 0.26 and newer. > > I will fix this
Thanks! > but the new regex was written based on the list of released > versions in gettext trunk's NEWS file. May I suggest that that file should > mention *all* released versions on all branches? It's a bit hard to do, without giving the impression that version 0.24 contains all the fixes from the 0.23.x branch, and that version 0.25 contains all the fixes from the 0.24.x branch. The best presentation format I can come up with is the following: https://gitweb.git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=dbf9d71e0c4707ca1b14359256b3dcccecb8e837 > (... the old regex was too clever for me to make sense of.) Same here: I have a hard time parsing long regexes. As a workaround, I use tools that show example strings that match. Bruno
