Skip to content

Commit

Permalink
add 3.5.4 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Dec 27, 2018
1 parent 416ec75 commit a537d48
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ addons:
- fakeroot

script:
- echo $JAVA_HOME
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then xvfb-run -a ./gradlew test all; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./gradlew current; fi
- |
Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in 3.5.4:
- Translation updates
- Small bugfixes
- Mac vendor updates
- JDK 11 support in Windows exe
- New build system using gradle and proguard
- This is the last release to support running under Java 7

Changes in 3.5.3:
- Translation updates
- Ping Packet Loss fetcher
Expand Down
2 changes: 1 addition & 1 deletion ext/deb-bundle/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: net
Version: VERSION-1
Priority: optional
Architecture: ARCH
Installed-Size: 1710
Installed-Size: 1940
Depends: openjdk-11-jre | openjdk-10-jre | oracle-java10-installer | openjdk-9-jre | oracle-java9-installer | openjdk-8-jre | oracle-java8-installer | openjdk-7-jre | oracle-java7-installer
Maintainer: Anton Keks <[email protected]>
Description: Angry IP Scanner - fast and friendly IP Scanner
Expand Down

0 comments on commit a537d48

Please sign in to comment.