-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed DES support. Some more fixes for Java 9
- Loading branch information
Samir Vaidya
committed
Dec 17, 2017
1 parent
4856c46
commit 321eb6f
Showing
10 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<property name="author.name" value="Samir Vaidya"/> | ||
<property name="author.mail" value="[email protected]"/> | ||
<property name="homepage.url" value="http://www.openstego.com"/> | ||
<property name="package.ver" value="0.7.1"/> | ||
<property name="package.ver" value="0.7.2"/> | ||
<property name="jre.minVer" value="1.7.0"/> | ||
<property name="jdk.docs.href" value="http://docs.oracle.com/javase/7/docs/api/"/> | ||
<property name="jdk.docs.dir" value="E:/jdk-1.7.0/api"/> | ||
|
@@ -171,10 +171,8 @@ | |
<echo file="${package}/${package.deb}/changelog.Debian" | ||
append="false">OpenStego (${package.ver}-1) ; urgency=low | ||
|
||
* GUI changes to support window resizing | ||
* File permissions fix for Linux | ||
* Added support for changing JPEG compression level (via openstego.ini file) | ||
* Maintain metadata while writing images (e.g. EXIF for JPEG) | ||
* Added support for Java 9 | ||
* Removed DES algorithm as it is not secure | ||
|
||
-- ${author.name} <${author.mail}> ${time.changelog} | ||
</echo> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters