Skip to content

Commit 9fdd41b

Browse files
committed
Prepare for release candidate
1 parent 6ed9da6 commit 9fdd41b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ o IO-611: Better docs in IOUtils and IOUtils.byteArray(int size) #374. Thanks t
174174
o IO-782: SequenceReader should close readers when its close method is called #391. Thanks to Matteo Di Giovinazzo, Gary Gregory.
175175
o IO-790: Fix symbolic link file filter #450. Thanks to Miguel Mu�oz, Gary Gregory.
176176
o IO-790: Apply nanoseconds precision for QueueInputStream timeout duration. #453. Thanks to maxxedev, Gary Gregory, Bruno P. Kinoshita.
177+
o Fix overflow for FileUtilsTest constants #456. Thanks to Marcono1234.
178+
o Serialization is deprecated and will be removed in 3.0. Thanks to Gary Gregory.
179+
o FileSystemUtils.performCommand(String[], int, Duration): Use Locale.getDefault() instead of ENGLISH. Thanks to Gary Gregory.
177180
o IO-726: Add MemoryMappedFileInputStream #215. Thanks to shollander, Gary Gregory.
178181

179182
Changes:
@@ -190,7 +193,7 @@ o Bump checkstyle from 8.44 to 9.3 #256, #257, #266, #279, #292. #308.
190193
o Bump junit-bom from 5.8.0-M1 to 5.9.1 #260, #271, #275, #309, #386. Thanks to Dependabot.
191194
o Bump mockito-inline from 3.11.2 to 4.11.0 #262, #264, #282, #306, #314, #331, #348, #359, #381, #399, #405, #414, #420. Thanks to Dependabot, Gary Gregory.
192195
o Bump jmh.version from 1.32 to 1.36 #258, #316, #342, #404. Thanks to Dependabot.
193-
o Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.RC3 #280, #439. Thanks to Dependabot.
196+
o Bump moditect-maven-plugin from 1.0.0.RC1 to 1.0.0.Final #280, #439, #445. Thanks to Dependabot.
194197
o Bump junit-pioneer from 1.4.2 to 1.9.1 #304. #335, #362, #402, #406, #409. Thanks to Dependabot, Gary Gregory.
195198
o Bump japicmp-maven-plugin from 0.15.3 to 0.16.0. Thanks to Gary Gregory.
196199
o Bump commons-parent from 52 to 57 #388, #415, #421, #184. Thanks to Gary Gregory, Dependabot.

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
</properties>
4848

4949
<body>
50-
<release version="2.12.0" date="2023-04-28" description="Java 8 required.">
50+
<release version="2.12.0" date="2023-05-13" description="Java 8 required.">
5151
<!-- FIX -->
5252
<action issue="IO-697" dev="kinow" type="fix" due-to="otter606">
5353
IOUtils.toByteArray size validation does not match documentation.

0 commit comments

Comments
 (0)