JAMES-2088 Remove outdated release notes
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8b9824c9 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8b9824c9 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8b9824c9 Branch: refs/heads/master Commit: 8b9824c97ab6445f8f51eb90ff5f3e0f927d7b15 Parents: a276ab8 Author: benwa <[email protected]> Authored: Wed Jul 5 09:59:36 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jul 5 09:59:36 2017 +0700 ---------------------------------------------------------------------- mpt/RELEASE_NOTES.txt | 19 -------------- server/README.txt | 62 ---------------------------------------------- 2 files changed, 81 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8b9824c9/mpt/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/mpt/RELEASE_NOTES.txt b/mpt/RELEASE_NOTES.txt deleted file mode 100644 index 00f4b95..0000000 --- a/mpt/RELEASE_NOTES.txt +++ /dev/null @@ -1,19 +0,0 @@ - Release Notes - Apache James MPT - - MPT is a scriptable functional test tool particularly suitable for the ASCII - protocols beloved by mail standards. - -Comments, Questions and Issues ------------------------------- - MPT is created by the Apache James Project. Please direct your comments and - questions to the relevant James list http://james.apache.org/mail.html. - To report issues, such as bugs, go to http://issues.apache.org/jira/browse/MPT. - -Licensing and legal issues --------------------------- - See the LICENSE and NOTICE files. - -Version 0.1 ------------ - This is the first independent release of MPT. The code base was previously used - within Apache James IMAP. http://git-wip-us.apache.org/repos/asf/james-project/blob/8b9824c9/server/README.txt ---------------------------------------------------------------------- diff --git a/server/README.txt b/server/README.txt deleted file mode 100644 index c80a8a4..0000000 --- a/server/README.txt +++ /dev/null @@ -1,62 +0,0 @@ -### http://james.apache.org/server/3/ ### - -Thank you for testing Apache James Server 3.0-beta4! - - * What's new in 3.0-beta3 for end users - - Numerous IMAP bug fixes (better client support, memory improvement, NIO and IO support...) - - Support for IMAP IDLE (RFC 2177, server transmit updates to the client in real time) - - Support for IMAP User Flags - - Support for IMAP WITHIN Extensions (RFC 5032) - - Support for IMAP SEARCHRES - - Support for IMAP AUTH=PLAIN - - Support for IMAP ENABLE - - Support for IMAP ESEARCH - - Support for IMAP I18NLEVEL=1 - - Telnet Management has been removed in favor of JMX with client shell - - More metrics counters available via JMX - - JPA validated against more databases (among others Oracle) - - Better debug logging on protocols - - Multiple address and port configurations per protocol - - POP3 is now operational (was buggy in 3.0-M2) - - Mailbox Tooling to copy from a persistence to another persistence - - Upgrade tool from James 2.3 is available - - Better logging on protocols with adjustable level - - Full mailet package must be specified - - Composite Matchers - - Mailing list functionality has been removed - - More documentation on web site for configuration,... - - Java 1.6 mandatory - - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?in&version=12316850&styleName=Html&projectId=10411 - * What's new in 3.0-beta3 for developers - - Less maven modules - - Maven 3.0.2 required to build - - Upgrade to latest frameworks versions (netty, activemq, jackrabbit...) - - Code reports generation via 'mvn site -P site-reports' maven profile - - Corrections further to findbugs,... reports - - Code formatting - - ... and much more, see details on https://issues.apache.org/jira/secure/ReleaseNote.jspa?in&version=12316850&styleName=Html&projectId=10411 - - * Quick Start http://james.apache.org/server/3/quick-start.html - - * Install http://james.apache.org/server/3/install.html - * Configure http://james.apache.org/server/3/config.html - * Manage http://james.apache.org/server/3/manage.html - * Monitor http://james.apache.org/server/3/monitor.html - - * Upgrade from James 3.0-M2 - For JPA Mailbox, database table names have changes. - You have to manually migrate the database... - or use the mailbox-copier to backup to maildir, recreate database from scratch, and recopy from maildir - - * Develop http://james.apache.org/server/3/dev.html - - * Feedbacks and Questions - Mailing lists http://james.apache.org/mail.html - Twitter http://twitter.com/ApacheJames - - * Upgrade from James 2.3 http://james.apache.org/server/3/upgrade-2.3.html - - * Limitations - Some issues are identified in some use cases with clients such as Outlook Express,... - You are kindly invited to report any issue on https://issues.apache.org/jira/browse/JAMES - or on our mailing list (http://james.apache.org/mail.html) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
