mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-02 08:10:41 -08:00
Prepare 0.5.0 release
This commit is contained in:
11
NEWS
11
NEWS
@@ -1,3 +1,14 @@
|
||||
v0.5.0 (2015-05-30)
|
||||
* Drastically speed up lock/unlock when used with Git 1.8.5 or newer.
|
||||
* Add git-crypt(1) man page (pass ENABLE_MAN=yes to make to build).
|
||||
* Add --trusted option to 'git-crypt gpg-add-user' to add user even if
|
||||
GPG doesn't trust user's key.
|
||||
* Improve 'git-crypt lock' usability, add --force option.
|
||||
* Ignore symlinks and other non-files when running 'git-crypt status'.
|
||||
* Fix compilation on old versions of Mac OS X.
|
||||
* Fix GPG mode when with-fingerprint enabled in gpg.conf.
|
||||
* Minor bug fixes and improvements to help/error messages.
|
||||
|
||||
v0.4.2 (2015-01-31)
|
||||
* Fix unlock and lock under Git 2.2.2 and higher.
|
||||
* Drop support for versions of Git older than 1.7.2.
|
||||
|
||||
11
NEWS.md
11
NEWS.md
@@ -1,6 +1,17 @@
|
||||
News
|
||||
====
|
||||
|
||||
######v0.5.0 (2015-05-30)
|
||||
* Drastically speed up lock/unlock when used with Git 1.8.5 or newer.
|
||||
* Add git-crypt(1) man page (pass `ENABLE_MAN=yes` to make to build).
|
||||
* Add --trusted option to `git-crypt gpg-add-user` to add user even if
|
||||
GPG doesn't trust user's key.
|
||||
* Improve `git-crypt lock` usability, add --force option.
|
||||
* Ignore symlinks and other non-files when running `git-crypt status`.
|
||||
* Fix compilation on old versions of Mac OS X.
|
||||
* Fix GPG mode when with-fingerprint enabled in gpg.conf.
|
||||
* Minor bug fixes and improvements to help/error messages.
|
||||
|
||||
######v0.4.2 (2015-01-31)
|
||||
* Fix unlock and lock under Git 2.2.2 and higher.
|
||||
* Drop support for versions of Git older than 1.7.2.
|
||||
|
||||
2
README
2
README
@@ -69,7 +69,7 @@ encryption and decryption happen transparently.
|
||||
|
||||
CURRENT STATUS
|
||||
|
||||
The latest version of git-crypt is 0.4.2, released on 2015-01-31.
|
||||
The latest version of git-crypt is 0.5.0, released on 2015-05-30.
|
||||
git-crypt aims to be bug-free and reliable, meaning it shouldn't
|
||||
crash, malfunction, or expose your confidential data. However,
|
||||
it has not yet reached maturity, meaning it is not as documented,
|
||||
|
||||
@@ -70,8 +70,8 @@ encryption and decryption happen transparently.
|
||||
Current Status
|
||||
--------------
|
||||
|
||||
The latest version of git-crypt is [0.4.2](NEWS.md), released on
|
||||
2015-01-31. git-crypt aims to be bug-free and reliable, meaning it
|
||||
The latest version of git-crypt is [0.5.0](NEWS.md), released on
|
||||
2015-05-30. git-crypt aims to be bug-free and reliable, meaning it
|
||||
shouldn't crash, malfunction, or expose your confidential data.
|
||||
However, it has not yet reached maturity, meaning it is not as
|
||||
documented, featureful, or easy-to-use as it should be. Additionally,
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
#ifndef GIT_CRYPT_GIT_CRYPT_HPP
|
||||
#define GIT_CRYPT_GIT_CRYPT_HPP
|
||||
|
||||
#define VERSION "0.4.2"
|
||||
#define VERSION "0.5.0"
|
||||
|
||||
extern const char* argv0; // initialized in main() to argv[0]
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
-->
|
||||
<refentryinfo>
|
||||
<title>git-crypt</title>
|
||||
<date>2015-05-17</date>
|
||||
<productname>git-crypt 0.4.3</productname>
|
||||
<date>2015-05-30</date>
|
||||
<productname>git-crypt 0.5.0</productname>
|
||||
|
||||
<author>
|
||||
<othername>Andrew Ayer</othername>
|
||||
|
||||
Reference in New Issue
Block a user