|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Copyright 2010-2012 The myBatis Team Licensed under the Apache License, |
3 |
| - Version 2.0 (the "License"); you may not use this file except in compliance |
4 |
| - with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 |
5 |
| - Unless required by applicable law or agreed to in writing, software distributed |
6 |
| - under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES |
7 |
| - OR CONDITIONS OF ANY KIND, either express or implied. See the License for |
8 |
| - the specific language governing permissions and limitations under the License. --> |
| 2 | +<!-- |
| 3 | + Copyright 2010-2012 The myBatis Team |
9 | 4 |
|
10 |
| -<!-- version: $Id: changes.xml 3985 2011-10-25 05:08:54Z eduardo.macarron |
11 |
| - $ --> |
| 5 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + you may not use this file except in compliance with the License. |
| 7 | + You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | + limitations under the License. |
| 16 | +--> |
| 17 | + |
| 18 | +<!-- version: $Id$ --> |
12 | 19 | <document xmlns="http://maven.apache.org/changes/1.0.0"
|
13 | 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
14 | 21 | xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
|
|
18 | 25 | </properties>
|
19 | 26 |
|
20 | 27 | <body>
|
21 |
| - <release version="1.1.1" date="TBD" description="1.1.1 release"> |
| 28 | + <release version="1.1.1" date="2012-04-15" description="1.1.1 release"> |
| 29 | + <action type="fix" issue="553"> |
| 30 | + 2nd level cache consistency with MyBatis-Spring |
| 31 | + </action> |
| 32 | + <action type="fix" issue="559"> |
| 33 | + Overriding sqlSessionTemplate in MapperFactoryBean not working in certain circumstances |
| 34 | + </action> |
| 35 | + <action type="fix" issue="572"> |
| 36 | + MapperScannerConfigurer causes app initialization problems |
| 37 | + </action> |
22 | 38 | </release>
|
23 | 39 | <release version="1.1.0" date="2012-03-12" description="1.1.0 release">
|
24 | 40 | <action type="fix" issue="449">
|
|
0 commit comments