Skip to content

Commit

Permalink
#114 prepare 1.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Apr 14, 2018
1 parent 73c621f commit abe94bf
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
14 changes: 13 additions & 1 deletion changelog.md
@@ -1,11 +1,23 @@
# ![Jansi](http://fusesource.github.io/jansi/images/project-logo.png)

<!-- git log --pretty=format:'* [`%h`](https://github.com/fusesource/jansi/commit/%H) %s' -->

## [Jansi 1.17.1][1_17_1],
[1_17_1]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.17.1

* [`73c621f`](https://github.com/fusesource/jansi/commit/73c621ff7f2d0fd8c7e5c23a814359c34fdab012) on MSYSTEM=MINGW, only BASH is natively ANSI aware, not Git CMD #119
* [`48b0be5`](https://github.com/fusesource/jansi/commit/48b0be5eaa8a0b2cb8d27173d902d1da5f3ba9d6) improved diagnostic output
* [`68c5810`](https://github.com/fusesource/jansi/commit/68c5810336c606e938c0b70409276c3f53e3b568) Javadoc quick fix for warnings and errors
* [`e45e466`](https://github.com/fusesource/jansi/commit/e45e4665538ba9234f5ee5d7b06d78d6a03deda3) Synchronization to protect against problems while analyzing Ansi codes resulting from multithreading
* [`0645365`](https://github.com/fusesource/jansi/commit/06453651594188403f28614097c8598c3bf387e6) update changelog.md for 1.17 release
* [`cd34211`](https://github.com/fusesource/jansi/commit/cd342119ced2e348245d6cb59990401f382ffbe6) Pass RESET_CODE via filter while closing PrintStream
* [`14b601c`](https://github.com/fusesource/jansi/commit/14b601ccaa4a24a5554407a8bc7faf45b43b622f) prepare Jansi 1.17 site

## [Jansi 1.17][1_17], released 2018-02-02
[1_17]: https://repo.maven.apache.org/maven2/org/fusesource/jansi/jansi/1.17

* [`74c300d`](https://github.com/fusesource/jansi/commit/74c300d4d14d18d33876f4daca937adec91f5e13) Upgrade to hawtjni 1.16
* [`3f47f7e`](https://github.com/fusesource/jansi/commit/3f47f7e36d49c4a42d51d04a682382f8450fefdc) Upgrade to jansi-native 1.8
* [`402e4ae`](https://github.com/fusesource/jansi/commit/402e4aee0701ea4e640886b6a2cf887b33f5478d) Switch to jansi-native 1.8-SNAPSHOT
* [`2964a2f`](https://github.com/fusesource/jansi/commit/2964a2fbb50525cf8571a5a04e8363c8f131015d) deprecated WindowsAnsiOutputStream: use WindowsAnsiPrintStream
* [`8447fda`](https://github.com/fusesource/jansi/commit/8447fdafb0426a02cc1f9117ff34d7f80bd81ab1) optimization: use valueOf instead of constructor
* [`6251669`](https://github.com/fusesource/jansi/commit/62516698e86e0c6d55f3f9174c93f4943f1aed2f) added info on native library location and auto-extract
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jansi-project</artifactId>
<groupId>org.fusesource.jansi</groupId>
<version>1.18-SNAPSHOT</version>
<version>1.17.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 3 additions & 2 deletions jansi-website/ext/Website.scala
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2009-2017 the original author(s).
* Copyright (C) 2009-2018 the original author(s).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,10 +32,11 @@ object Website {
val project_forums_url= "http://groups.google.com/group/jansi"
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
val project_logo= "/images/project-logo.png"
val project_version= "1.17"
val project_version= "1.17.1"
val project_snapshot_version= "1.18-SNAPSHOT"
val project_versions = List(
project_version,
"1.17",
"1.16",
"1.15",
"1.14",
Expand Down
13 changes: 2 additions & 11 deletions jansi-website/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009-2017 the original author(s).
Copyright (C) 2009-2018 the original author(s).
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.17</version>
<version>1.17.1</version>
</parent>

<artifactId>jansi-website</artifactId>
Expand Down Expand Up @@ -231,15 +231,6 @@
<version>${jansi-native-version}</version>
<classifier>javadoc</classifier>
<outputDirectory>${basedir}/target/sitegen/documentation/native-api</outputDirectory>
<excludes>*.css</excludes><!-- TODO remove when upgrading jansi-native-version to 1.8, which has fixed javadoc -->
</artifactItem>
<artifactItem><!-- TODO remove when upgrading jansi-native-version to 1.8 -->
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${project.version}</version>
<classifier>javadoc</classifier>
<outputDirectory>${basedir}/target/sitegen/documentation/native-api</outputDirectory>
<includes>*.css</includes>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion jansi/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.18-SNAPSHOT</version>
<version>1.17.1-SNAPSHOT</version>
</parent>

<artifactId>jansi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@

<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.18-SNAPSHOT</version>
<version>1.17.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit abe94bf

Please sign in to comment.