Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
misaakidis committed Sep 15, 2015
1 parent 4ff607a commit 0617340
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
17 changes: 16 additions & 1 deletion ceno-freenet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions ceno-freenet/src/plugins/CENO/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0617340

Please sign in to comment.