From 2c54689bdd7ed3d2ab1e6321b83011690648e8cf Mon Sep 17 00:00:00 2001 From: krishna Date: Tue, 23 Aug 2016 20:51:12 +0530 Subject: [PATCH] version change to 0.8.1 - Package identifier updated to match correct reverse DNS identifier - Updated the forum link - Fixed empty file handling in NFS - Fixed ffi process crash during unauthorised access - Fixed fetch file with metadata via DNS --- CHANGELOG.MD | 7 +++++++ app/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7bf00834..2b4ee5e9 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,12 @@ # SAFE Launcher Change Log +##[0.8.1] +- Package identifier updated to match correct reverse DNS identifier +- Updated the forum link +- Fixed empty file handling in NFS +- Fixed ffi process crash during unauthorised access +- Fixed fetch file with metadata via DNS + ##[0.8.0] - Set UI log file path from config handler - DNS API - removed isPrivate param and replaced with rootPath diff --git a/app/package.json b/app/package.json index a0b1c59e..4fcb6a70 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "SAFE Launcher", "identifier": "net.maidsafe.safelauncher", "description": "SAFE Launcher Application", - "version": "0.8.0", + "version": "0.8.1", "author": "MaidSafe", "copyright": "© 2016, MaidSafe.net Ltd", "main": "background.js",