From a7a270d1543e4084442f9ec83937c3b10cbb942b Mon Sep 17 00:00:00 2001 From: Patrick Gotthard Date: Mon, 7 Oct 2013 22:31:48 +0200 Subject: [PATCH] Removed CHANGES file --- CHANGES | 58 --------------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 CHANGES diff --git a/CHANGES b/CHANGES deleted file mode 100644 index 0b2c899..0000000 --- a/CHANGES +++ /dev/null @@ -1,58 +0,0 @@ - -ROME Propono Subproject - - -ROME Propono 0.6, September 30, 2007 ------------------------------------- - -* Updated for APP final (draft #17) w/new APP URI "http://www.w3.org/2007/app" - -* Tested file-based server against Tim Bray's Ape (from CVS September 30, 2007) - with some warning and one error that is apparently due to a bug in Ape. - -* Now includes pre-release of ROME 0.9.1 with key Atom parse fixes. - -* Changed arguements in Atom server's AtomHandler interface to accept - AtomRequest objects instead of String[] pathinfo arrays. - -* Added support for relative URIs in the Service Document - - Fixes https://rome.dev.java.net/issues/show_bug.cgi?id=67 - - Added Collection.getHrefResolved() - - Added Categories.getHrefResolved() - -* Added new options to the file-based server's propono.properties file so you - can turn on/off relative URIs and inline categories. - propono.atomserver.filebased.relativeURIs=true - propono.atomserver.filebased.inlineCategories=true - -* Added support for out-of-line categories in Atom client classes - - Added new Categories.href property - - New ClientCategories classes can fetch remote categories from href URI - - Fixes https://rome.dev.java.net/issues/show_bug.cgi?id=68 - -* Added support for out-of-line categories in Atom server classes - - New AtomHandler.getCategoriesDocument(String[] pathInfo) method - - New AtomHandler.isCategoriesDocumentURI(String[] pathInfo) method - -* Renamed Introspection to Service Document - - AtomHandler.isIntrospectionURI() -> AtomHandler.isSerivceDocumentURI() - - AtomHandler.getIntrospection() -> AtomHandler.getServiceDocument() - - Added String[] pathInfo argument to getServiceDocument() - -* Renamed PubControlModule to AppModule becuase it also supports app:edited - - Added rome.properties file to configure AppModule - - -ROME Propono 0.5, April 23, 2007 --------------------------------- - -* Fixes in Blog Client constructors -* AtomServlet uses application/atomsvc+xml for the Service Document -* Fixed issue #66: don't expect entry to be returned from update -* Made example builds more configurable - - -ROME Propono 0.4, April 10, 2007 --------------------------------- - -* Initial release