2003-12-10  Todd Berman  <tberman@gentoo.org>

	* gacutil.cs: Properly detect and fail gracefully on ms.net runtime
	* README:
	* TODO: Updated

2003-12-10  Zoltan Varga  <vargaz@freemail.hu>

	* gacutil.cs: Fix binding flags.
	
	* gacutil.cs: Applied patch from Todd Berman (tbermann@gentoo.org).
	Use Environment.GacPath () instead of hardcoding the GAC path.

2003-11-16  Sebastien Pouliot  <spouliot@videotron.ca>

	* gacutil.cs: Added strongname validation
	* Makefile: Added a reference to Mono.Security assembly.

2003-11-16  Todd Berman  <tberman@gentoo.org>

	* gacutil.cs: /il functionality
	* gacutil.cs: /ul functionality
	* TODO: updated
	* gacutil.cs: help text added.

2003-11-15  Todd Berman  <tberman@gentoo.org>
	
	* gacutil.cs: Added reference counting for installation and deletion.
	An assembly will have a RefCount of 1 if --force is used.
	* gacutil.cs: Changed ... + Path.DirSepChar + ... to Path.Combine
	Thanks to Ben Maurer. Turns out code marked as potentially not
	needed was not needed, now refcounting with /u assemblyname works
	as well.
	* gacutil.cs: Incorporated uac (User Assembly Cache), needs some
	machine.config security checking as well.

2003-11-14  Todd Berman  <tberman@gentoo.org>

	* gacutil.cs: added proper removal of assemblies, now the version=
	syntax also works.
	* gacutil.exe: somehow got added, removing, duh.

2003-11-12  Todd Berman  <tberman@gentoo.org>

	* Makefile:
	* TODO:
	* README:
	* ChangeLog: 
	* gacutil.exe.sources:
	* gacutil.cs: Added
