2008-10-17  Tim Waugh  <twaugh@redhat.com>

	* dir.c (Dir_getdents): Fixed crash when getdents provides more
	than one batch of entries (bug #465975).

2008-10-08  Tim Waugh  <twaugh@redhat.com>

	* test.py (Browser.__init__): Prevent unbound local variable
	traceback when the auth dialog is cancelled.
	(Browser.row_expanded): Likewise.

2008-08-29  Tim Waugh  <twaugh@redhat.com>

	* Makefile: Version 1.0.5.

2008-06-24  Tim Waugh  <twaugh@redhat.com>

	* context.c (Context_init): Set the debug level during the Context
	constructor.

2008-06-20  Tim Waugh  <twaugh@redhat.com>

	* Makefile: Version 1.0.4.

2008-06-20  Tim Waugh  <twaugh@redhat.com>

	* context.c (Context_getWorkgroup, Context_setWorkgroup): New
	getter/setter for workgroup.
	(Context_getseters): New attribute workgroup.

2008-06-20  Tim Waugh  <twaugh@redhat.com>

	* context.c (Context_getNetbiosName, Context_setNetbiosName): New
	getter/setter for netbiosName.
	(Context_getseters): New attribute netbiosName.

2008-06-09  Tim Waugh  <twaugh@redhat.com>

	* Makefile: Version 1.0.3.

2008-06-09  Tim Waugh  <twaugh@redhat.com>

	* dir.c (Dir_init): Initialise errno before library call.
	(Dir_getdents): Likewise.
	* context.c (Context_init): Likewise.

2008-05-20  Tim Waugh  <twaugh@redhat.com>

	* Makefile: Version 1.0.2.

2008-05-20  Tim Waugh  <twaugh@redhat.com>

	* context.c: Properties don't begin with capital letters.

2008-05-20  Tim Waugh  <twaugh@redhat.com>

	* Makefile: Version 1.0.1.

2008-05-20  Tim Waugh  <twaugh@redhat.com>

	* context.c (auth_fn): User user data for storing Context object.

	* context.c (Context_open): New method.

	* file.h, file.c: New files.
	* Makefile (SOURCES): Ship them.
	* setup.py: Build and link them.
	* smbcmodule.c (initsmbc): Include File type.

	* context.c (Context_opendir): Fixed memory leak.

2008-05-19  Tim Waugh  <twaugh@redhat.com>

	* context.c (Context_getDebug): New function.
	(Context_setDebug): New function.
	(Context_getseters): Set Debug member.
	(Context_opendir): Removed incorrect Py_DECREF call.

	* dir.c (Dir_init): Use smbc_getFunctionOpendir.
	(Dir_dealloc): Use smbc_getFunctionClosedir.
	(Dir_getdents): Use smbc_getFunctionGetdents.

	* context.c (Context_setFunctionAuthData): New function.
	(Context_getseters): Set FunctionAuthData member.
	(Context_getOptionNoAutoAnonymousLogin): New function.
	(Context_setOptionNoAutoAnonymousLogin): New function.
	(Context_getseters): Set OptionNoAutoAnonymousLogin member.
	(Context_getOptionDebugToStderr): New function.
	(Context_setOptionDebugToStderr): New function.
	(Context_init): Call smbc_init.

	* test.py (Browser.__init__): Updated.

2008-03-17  Tim Waugh  <twaugh@redhat.com>

	* context.c (Context_opendir): Close memory leak.
	* smbcmodule.c (INT_CONSTANT): Likewise.

2008-03-11  Tim Waugh  <twaugh@redhat.com>

	* Makefile (VERSION): Initial release.

