From: R. B. <ro...@pa...> - 2006-12-03 22:55:18
|
Eric Blake writes: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > According to R. Bernstein on 12/3/2006 9:51 AM: > > Recently I've needed to use the debugger on a computer that was > > running bash 3.0 and ran into a bug in the debugger. It is also > > present in the 3.1 debugger as well. > > Is the 3.1 release usable on bash 3.2, or do we need a 3.2 debugger > release as well? Hard as it is to believe, the bash API is upward compatible between versions 3.1 and 3.2 (I think this is the first time that's been the case in about 7 years.) So yes, this release will work on both. That said, it didn't necessarily mean it on either version of bash for *cygwin*. :-) I've just committed some changes to correct that. |