add note about the manager code

This commit is contained in:
Ben Fry
2016-11-06 14:01:53 -05:00
parent 2380b62fca
commit da5cb82473
+2 -1
View File
@@ -15,6 +15,7 @@ X https://github.com/processing/processing/pull/4712
o replace appbundler with the Java 8 packager
o appbundler is no longer being developed by Oracle, switch to "packager"
X https://github.com/processing/processing/issues/3071
X major clean-ups to the Contribution Manager code
contribs
X Up-to-date status disappears after filter is removed
@@ -25,6 +26,7 @@ X https://github.com/processing/processing/issues/4704
X Fixes the removal of redundant contribution and update related issues
X https://github.com/processing/processing/pull/4086
_ fix appbundler problems due to rollback
_ https://github.com/processing/processing/issues/3790
_ the rollback re-introduces two bugs (serial export and scrolling)
@@ -34,7 +36,6 @@ _ https://github.com/processing/processing/commits/master/build/macosx/appbund
_ https://github.com/processing/processing/commit/fa27b983e76fdbc5c4c1451a1f0d854c652b1639
_ https://bitbucket.org/infinitekind/appbundler
_ 'version' should be x.y or x.y.z, not some extra long string
_ enforce this by disallowing spaces? on the import script?