|
Message-ID: <20130825064955.GU20515@brightrain.aerifal.cx> Date: Sun, 25 Aug 2013 02:49:55 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: Preparing for 0.9.13 release On Fri, Aug 23, 2013 at 02:01:19PM -0400, Rich Felker wrote: > Hi everyone, > > The major goals for 0.9.13 have been met and I'm hoping to prepare a > release sometime in the next few days. There are still a few issues I > want to address though, which I'm looking for some volunteers to help > with: > > 1. Tracking down orc's problem with resolver (see the thread with > subject line "dn_expand() confuses postfix"). I think this is fixed now. (commit 7211551e9ff7c8c9d1491856088cf832f2722bd6) > 2. Writing tests for strftime and wcsftime (to catch any regressions > from the recent field width additions or old bugs). I've caught some issues myself, but haven't actually done any heavy testing. For most format specifiers, I think just basic sanity checks would suffice. Anything that involves computation (like week-based year stuff) would also benefit from boundary value checks. For time zone related things, testing inputs created by both localtime and gmtime, and with different types of time zone settings (GMT, POSIX with and without DST, old and new zoneinfo) would be useful. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.