2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Options / ChangeLog
blobeb251f24feab7b05500332640cab45a51ecf6c40
1 2008-10-22  Jonathan Pryor  <jpryor@novell.com>
3         * Documentation/en/**/*.xml: s/NDesk.Options/Mono.Options/g (How'd I
4           miss this earlier?).
6 2008-10-22  Jonathan Pryor  <jpryor@novell.com>
8         * Documentation/en/Mono.Options/OptionSet.xml: Document the support for
9           nullable types.
11 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
13         * Makefile: Use NO_INSTALL to prevent installation instead of using
14           do-install and do-uninstall.
16 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
18         * Makefile: Add fixup-docs target, to simplify importing NDesk.Options
19           documentation for use in Mono.Options
21 2008-10-14  Jonathan Pryor  <jpryor@novell.com>
23         * Makefile: Don't bother installing Mono.Options.dll into the GAC (or
24           anywhere else), instead just follow a subset of the App Deployment 
25           Guidelines and install just the source into $prefix/lib/mono-options.
27 2008-10-14  Jonathan Pryor  <jpryor@novell.com>
29         * Makefile: Install Options.cs into the GAC, so that mono-options.pc
30           can perform source install (as suggeted by App Deployment Guidelines).
32 2008-10-13  Jonathan Pryor  <jpryor@novell.com>
34         * ChangeLog: Started.
35         * Makefile: Added; build Mono.Options; do NOT install as an ABI-stable
36           package.
37         * Mono.Options.dll.sources: Added; sources for Mono.Options.dll.
38         * Mono.Options_test.dll.sources: Added; Test sources.