|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | +Licensed to the Apache Software Foundation (ASF) under one or more |
| 4 | +contributor license agreements. See the NOTICE file distributed with |
| 5 | +this work for additional information regarding copyright ownership. |
| 6 | +The ASF licenses this file to You under the Apache License, Version 2.0 |
| 7 | +(the "License"); you may not use this file except in compliance with |
| 8 | +the License. You may obtain a copy of the License at |
| 9 | +
|
| 10 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | +
|
| 12 | +Unless required by applicable law or agreed to in writing, software |
| 13 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | +See the License for the specific language governing permissions and |
| 16 | +limitations under the License. |
| 17 | +--> |
| 18 | +<document> |
| 19 | + <properties> |
| 20 | + <title>Upgrade from 1.3, or 1.3.1, to 1.3.2</title> |
| 21 | + <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author> |
| 22 | + </properties> |
| 23 | +<body> |
| 24 | + |
| 25 | +<section name="Upgrade"> |
| 26 | +<p> |
| 27 | +These are the release notes and advice for upgrading Commons-IO from |
| 28 | +version 1.3, or 1.3.1, to version 1.3.2. |
| 29 | +<source> |
| 30 | +Commons IO is a package of Java utility classes for java.io's hierarchy. |
| 31 | +Classes in this package are considered to be so standard and of such high |
| 32 | +reuse as to justify existence in java.io. |
| 33 | + |
| 34 | +Commons IO contains utility classes, stream implementations, file filters, |
| 35 | +and endian transformation classes. |
| 36 | + |
| 37 | + |
| 38 | +Compatibility with 1.3.1 |
| 39 | +------------------------ |
| 40 | +Binary compatible - Yes |
| 41 | + |
| 42 | +Source compatible - Yes |
| 43 | + |
| 44 | +Semantic compatible - Yes |
| 45 | + Check the bug fixes section for semantic bug fixes |
| 46 | + |
| 47 | + |
| 48 | +Compatibility with 1.3 |
| 49 | +---------------------- |
| 50 | +Binary compatible - No |
| 51 | + See [IO-113] |
| 52 | + |
| 53 | +Source compatible - No |
| 54 | + See [IO-113] |
| 55 | + |
| 56 | +Semantic compatible - Yes |
| 57 | + |
| 58 | + |
| 59 | +Enhancements since 1.3.1 |
| 60 | +------------------------ |
| 61 | + |
| 62 | +- Created the FileCleaningTracker, basically a non-static version of the |
| 63 | + FileCleaner, which can be controlled by the user. [IO-116] |
| 64 | +- The FileCleaner is deprecated. (For reasons of compatibility, the |
| 65 | + deprecation warnings are hidden within the 1.3 branch. They'll be |
| 66 | + visible, as of version 1.4.) |
| 67 | + |
| 68 | + |
| 69 | +Bug fixes from 1.3.1 |
| 70 | +-------------------- |
| 71 | + |
| 72 | +- Some tests, which are implicitly assuming a Unix-like file system, are |
| 73 | + now skipped on Windows. [IO-115] |
| 74 | + |
| 75 | + |
| 76 | +Bug fixes from 1.3 |
| 77 | +------------------ |
| 78 | + |
| 79 | +- FileUtils |
| 80 | + - NPE in openOutputStream(File) when file has no parent in path [IO-112] |
| 81 | + - readFileToString(File) is not static [IO-113] |
| 82 | +</source> |
| 83 | +</p> |
| 84 | +</section> |
| 85 | + |
| 86 | +</body> |
| 87 | +</document> |
0 commit comments