Skip to content

Commit

Permalink
Prep for 0.11.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
groboclown committed Aug 21, 2020
1 parent 0dc2e18 commit 3ca1c71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

### Overview

* Bug fixes

### Details

* Fixed a bug related to an NPE on a cached component.
* Fixed a bug where the encoding from the Perforce server wasn't supported by Java (specifically, `utf8-bom`). It now tries to strip the "-bom" off, then will resort to the default enocding of the local computer. (Bug #220)

Expand Down
10 changes: 5 additions & 5 deletions plugin-v3/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<idea-plugin>
<name>Perforce IDEA Community Integration</name>
<id>PerforceIC</id>
<version>0.11.0</version>
<version>0.11.1</version>
<!-- see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html -->
<idea-version since-build="171"/>
<category>VCS Integration</category>
<change-notes><![CDATA[
<ul>
<li><em>0.11.1</em><ul>
<li>Fixed a bug related to an NPE on a cached component.</li>
<li>Fixed a bug where the encoding from the Perforce server wasn't supported by Java (specifically, `utf8-bom`). It now tries to strip the "-bom" off, then will resort to the default enocding of the local computer.</li>
</ul></li>
<li><em>0.11.0</em><ul>
<li>Added a warning for users with an IDE before 2018.2. Compatibility with these versions will be removed soon.</li>
<li>Upgraded many library dependency versions.</li>
Expand All @@ -17,10 +21,6 @@
encoding, or use the client configured value (<tt>P4CHARSET</tt>).</li>
<li>Various build improvements.</li>
</ul></li>
<li><em>0.10.17</em><ul>
<li>Fix "null file spec in arguments" from diff view, which may also fix issues around the changelist mapping</li>
<li>Upgrade p4java depedency to version 19.1</li>
</ul></li>
</ul>
]]></change-notes>
<description><![CDATA[
Expand Down

0 comments on commit 3ca1c71

Please sign in to comment.