An object oriented C# assembly/library to access a Bugzilla 3.0 (or newer) installation, using xml-rpc.
Bugzproxy is a C# based assembly that provides access to a Bugzilla server, using the WebService interface of Bugzilla 3.0 or newer (at least 3.0.2 recommended). Works with both MS Windows and Linux/Mono.
This release adds several minor changes, a more .net like API, and support for appending a comment to a bug.
All sources have been moved to SVN as of now. Please use SVN for future downloads, as CVS has been disabled.
Tashi Asher is preparing a number of patches that will clean up the API somewhat, and add support for an approved version of the AppendComment in
Bugzilla.
The patches from Tashi Asher will break the API. Mostly because the namespace will be changed from Bugzilla to Bugzproxy. Some other minor stuff will break too, but all in all, the changes should be an improvement to Bugzproxy.
Bugzproxy is a client library for the upcoming Bugzilla Bugtracker WebService interface (part of Bugzilla 3.0), written in C#, that provides an OO access to a Bugzilla server.
This release is the first release of bugzproxy, and provides support for all of the WebService functionality currently included in the Bugzilla CVS HEAD, which will become part of the first Bugzilla 3.0 release candicate, expected in early december.... read more