Subject: Re: CVS commit: src
To: None <elad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 02/18/2006 20:21:45
> Module Name:	src
> Committed By:	elad
> Date:		Sat Feb 18 10:52:48 UTC 2006
> 
> Modified Files:
> 	src/distrib/sets/lists/base: shl.mi
> 	src/lib/libutil: pw_policy.3 pw_policy.c shlib_version
> 
> Log Message:
> Some stuff that's been sitting in my tree for too long...
> 
> Improve the pw_policy(3) API by splitting it to two functions, one to load
> the policy from /etc/passwd.conf and another to test passwords against the
> policy.
> 
> Some bug fixes, more consistent code, and man-page updates.
> 
> Minor for libutil bumped.

you need major bump as pw_policy_test is incompatible.
i think it's better to keep it compatible and use a differnt name for new one.

YAMAMOTO Takashi