2002-12-29  Iustin Pop  <iusty@k1024.org>

	* acl.c: Fixed compilation on LEVEL1 platform (broke since after 0.1)

	* BENCHMARK, acl.c:
	Added missing functionality (acl_calc_mask) and some convenience functions.

2002-12-27  Iustin Pop  <iusty@k1024.org>

	* MANIFEST.in, setup.py: Small changes

	* IMPLEMENTATION, acl.c: Prepare for release 0.2

	* Makefile: Small makefile

	* MANIFEST.in: Distutils file

	* os_linux.c: Linux-specific file

	* PORTING: Informations for porting to other platforms.

2002-12-26  Iustin Pop  <iusty@k1024.org>

	* acl.c: Added the Permset type/object and some other naming changes

	* acl.c:
	Renamed type & object names from ACLType to ACL_Type and so on. Also ACLEntry is now jus Entry.

	* acl.c:
	Renamed some fields from ob_x to x, as per other modules in python

	* IMPLEMENTATION, acl.c:
	Added acl_entry_t type (named ACLEntryType, respectively ACLEntryObject)

	* acl.c: Documentation typo

2002-12-24  Iustin Pop  <iusty@k1024.org>

	* setup.cfg: Added setup.cfg, mainly for bdist_rpm

	* setup.py: Don't call python2, only python

	* acl.c, setup.py: Prepare for first public release

	* PLATFORMS, acl.c, setup.py:
	Moved to real instance creation via type()

2002-12-23  Iustin Pop  <iusty@k1024.org>

	* IMPLEMENTATION, PLATFORMS, README, acl.c, setup.py:
	Addedd __setstate__ and some docs

	* README, setup.py: New file.

	* acl.c: Many functions added, started working on level 2 support

2002-12-21  Iustin Pop  <iusty@k1024.org>

	* acl.c: New file.

