From 06173400882cc585fc113ca14d29157c17ebaddc Mon Sep 17 00:00:00 2001 From: Marios Isaakidis Date: Tue, 15 Sep 2015 14:35:07 +0300 Subject: [PATCH] Release v0.3.1 --- ceno-freenet/CHANGELOG.md | 17 ++++++++++++++++- ceno-freenet/src/plugins/CENO/Version.java | 8 ++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/ceno-freenet/CHANGELOG.md b/ceno-freenet/CHANGELOG.md index 3ff99bb..ce362c1 100644 --- a/ceno-freenet/CHANGELOG.md +++ b/ceno-freenet/CHANGELOG.md @@ -5,6 +5,19 @@ +## [v0.3.1] - 2015-09-15 +### Added + - Installation script for CENOBox that will download the latest release of CENO for the detected Operating System of the user + +### Changed + - Freenet agents won't forward/serve requests for favicons + +### Fixed + - Bug with parsing Freemails + - Making of directory for temporary Chrome profiles in CENOBox + + + ## [v0.3.0] - 2015-09-10 ### Added - Localization of agents and documentation @@ -30,6 +43,7 @@ - Support for IMAP monitoring in Freemail APIs + ## [v0.3.0-rc2] - 2015-07-20 ### Added - LCS will try to fetch the latest version, using -1 as the suggested version in the ULPR request @@ -127,7 +141,8 @@ -[Unreleased]: https://github.com/equalitie/ceno/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/equalitie/ceno/compare/v0.3.1...HEAD +[v0.3.1]: https://github.com/equalitie/ceno/compare/v0.3.0...v0.3.1 [v0.3.0]: https://github.com/equalitie/ceno/compare/v0.3.0-rc2...v0.3.0 [v0.3.0-rc2]: https://github.com/equalitie/ceno/compare/v0.3.0-rc1...v0.3.0-rc2 [v0.3.0-rc1]: https://github.com/equalitie/ceno/compare/v0.3.0-rc0...v0.3.0-rc1 diff --git a/ceno-freenet/src/plugins/CENO/Version.java b/ceno-freenet/src/plugins/CENO/Version.java index 790aff8..9cf072c 100644 --- a/ceno-freenet/src/plugins/CENO/Version.java +++ b/ceno-freenet/src/plugins/CENO/Version.java @@ -6,11 +6,11 @@ public class Version implements FredPluginVersioned, FredPluginRealVersioned { // Versions of the plugins, in human-readable and "real" format - public static final String CLIENT_VERSION = "0.3.0"; - public static final int CLIENT_REAL_VERSION = 7; + public static final String CLIENT_VERSION = "0.3.1"; + public static final int CLIENT_REAL_VERSION = 8; - public static final String BRIDGE_VERSION = "0.3.0"; - public static final int BRIDGE_REAL_VERSION = 5; + public static final String BRIDGE_VERSION = "0.3.1"; + public static final int BRIDGE_REAL_VERSION = 6; public static final String BACKBONE_VERSION = "0.1.0"; public static final int BACKBONE_REAL_VERSION = 1;