Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

44 lines
1.4 KiB
Plaintext

2010-06-09 Jonathan Pryor <jpryor@novell.com>
* Mono.Options_test.dll.sources: Add additional sources.
2008-10-22 Jonathan Pryor <jpryor@novell.com>
* Documentation/en/**/*.xml: s/NDesk.Options/Mono.Options/g (How'd I
miss this earlier?).
2008-10-22 Jonathan Pryor <jpryor@novell.com>
* Documentation/en/Mono.Options/OptionSet.xml: Document the support for
nullable types.
2008-10-17 Jonathan Pryor <jpryor@novell.com>
* Makefile: Use NO_INSTALL to prevent installation instead of using
do-install and do-uninstall.
2008-10-17 Jonathan Pryor <jpryor@novell.com>
* Makefile: Add fixup-docs target, to simplify importing NDesk.Options
documentation for use in Mono.Options
2008-10-14 Jonathan Pryor <jpryor@novell.com>
* Makefile: Don't bother installing Mono.Options.dll into the GAC (or
anywhere else), instead just follow a subset of the App Deployment
Guidelines and install just the source into $prefix/lib/mono-options.
2008-10-14 Jonathan Pryor <jpryor@novell.com>
* Makefile: Install Options.cs into the GAC, so that mono-options.pc
can perform source install (as suggeted by App Deployment Guidelines).
2008-10-13 Jonathan Pryor <jpryor@novell.com>
* ChangeLog: Started.
* Makefile: Added; build Mono.Options; do NOT install as an ABI-stable
package.
* Mono.Options.dll.sources: Added; sources for Mono.Options.dll.
* Mono.Options_test.dll.sources: Added; Test sources.