1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
2010-07-11 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Merged the release packaging steps.
2010-07-11 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Include GtkCore as it works on Mac now.
2010-02-05 Michael Hutchinson <mhutchinson@novell.com>
* build/MacOSX/Info.plist.in: Force QuartzGL off.
2009-12-11 Michael Hutchinson <mhutchinson@novell.com>
* mdtool:
* monodevelop: Track Moonlight SDK env var change.
2009-11-30 Michael Hutchinson <mhutchinson@novell.com>
* Info.plist.in: Add file association for mdw files.
2009-11-30 Michael Hutchinson <mhutchinson@novell.com>
* Info.plist.in: Add file associations for sln and cs files.
* Makefile.am: copy all icon files.
2009-11-24 Michael Hutchinson <mhutchinson@novell.com>
* mdtool:
* monodevelop: Increase the number of file handles.
2009-11-11 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Use Last Changed Rev in updateinfo.
2009-11-05 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop: Don't tee because it leaves zombie processes
that lock the MD app bundle. Write the log to the standard
Mac log directory.
* Makefile.am: Tidy a few things up.
2009-10-26 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Include the COPYING file in the app bundle.
2009-10-07 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop: Make the user download a new Mono if the updateinfo
file does not exist.
2009-10-07 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Fix make dist.
2009-10-01 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Add an updateinfo file to the app bunde based on
the current svn revision.
2009-09-23 Michael Hutchinson <mhutchinson@novell.com>
* mdtool:
* monodevelop: Be even more defensive against MacPorts interfering
with mono, pkgconfig and other tools by making PATH point at the
official Mono.framework.
2009-09-08 Michael Hutchinson <mhutchinson@novell.com>
* DS_Store, dmg-bg.png: Update branding.
* COPYING, INSTALL, make-dmg-bundle.sh: Clean up.
2009-08-05 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop:
* mdtool: Make sure the path is rooted.
2009-03-13 Michael Hutchinson <mhutchinson@novell.com>
* Makefile.am: Remove unneeded files from the .app.
2009-02-20 Michael Hutchinson <mhutchinson@novell.com>
* monodevelop:
* mdtool: Update launch scripts from the Linux ones.
* Makefile.am: Remove Mac-incompatible addins from MonoDevelop.app.
Add dependencies to the MonoDevelop.app target so it updates.
Add a MonoDevelop.app.zip target.
|