mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-06-12 19:11:26 -07:00
Prepare 0.8.0 release
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
v0.8.0 (2025-09-23)
|
||||||
|
* Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3.
|
||||||
|
* Avoid use of problematic short GPG key IDs.
|
||||||
|
|
||||||
v0.7.0 (2022-04-21)
|
v0.7.0 (2022-04-21)
|
||||||
* Avoid "argument list too long" errors on macOS.
|
* Avoid "argument list too long" errors on macOS.
|
||||||
* Fix handling of "-" arguments.
|
* Fix handling of "-" arguments.
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
News
|
News
|
||||||
====
|
====
|
||||||
|
|
||||||
|
######v0.8.0 (2025-09-23)
|
||||||
|
* Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3.
|
||||||
|
* Avoid use of problematic short GPG key IDs.
|
||||||
|
|
||||||
######v0.7.0 (2022-04-21)
|
######v0.7.0 (2022-04-21)
|
||||||
* Avoid "argument list too long" errors on macOS.
|
* Avoid "argument list too long" errors on macOS.
|
||||||
* Fix handling of "-" arguments.
|
* Fix handling of "-" arguments.
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ encryption and decryption happen transparently.
|
|||||||
|
|
||||||
CURRENT STATUS
|
CURRENT STATUS
|
||||||
|
|
||||||
The latest version of git-crypt is 0.7.0, released on 2022-04-21.
|
The latest version of git-crypt is 0.8.0, released on 2025-09-23.
|
||||||
git-crypt aims to be bug-free and reliable, meaning it shouldn't
|
git-crypt aims to be bug-free and reliable, meaning it shouldn't
|
||||||
crash, malfunction, or expose your confidential data. However,
|
crash, malfunction, or expose your confidential data. However,
|
||||||
it has not yet reached maturity, meaning it is not as documented,
|
it has not yet reached maturity, meaning it is not as documented,
|
||||||
|
|||||||
@@ -71,8 +71,8 @@ encryption and decryption happen transparently.
|
|||||||
Current Status
|
Current Status
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
The latest version of git-crypt is [0.7.0](NEWS.md), released on
|
The latest version of git-crypt is [0.8.0](NEWS.md), released on
|
||||||
2022-04-21. git-crypt aims to be bug-free and reliable, meaning it
|
2025-09-23. git-crypt aims to be bug-free and reliable, meaning it
|
||||||
shouldn't crash, malfunction, or expose your confidential data.
|
shouldn't crash, malfunction, or expose your confidential data.
|
||||||
However, it has not yet reached maturity, meaning it is not as
|
However, it has not yet reached maturity, meaning it is not as
|
||||||
documented, featureful, or easy-to-use as it should be. Additionally,
|
documented, featureful, or easy-to-use as it should be. Additionally,
|
||||||
|
|||||||
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
#ifndef GIT_CRYPT_GIT_CRYPT_HPP
|
#ifndef GIT_CRYPT_GIT_CRYPT_HPP
|
||||||
#define GIT_CRYPT_GIT_CRYPT_HPP
|
#define GIT_CRYPT_GIT_CRYPT_HPP
|
||||||
|
|
||||||
#define VERSION "0.7.0"
|
#define VERSION "0.8.0"
|
||||||
|
|
||||||
extern const char* argv0; // initialized in main() to argv[0]
|
extern const char* argv0; // initialized in main() to argv[0]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
<refentryinfo>
|
<refentryinfo>
|
||||||
<title>git-crypt</title>
|
<title>git-crypt</title>
|
||||||
<date>2022-04-21</date>
|
<date>2022-04-21</date>
|
||||||
<productname>git-crypt 0.7.0</productname>
|
<productname>git-crypt 0.8.0</productname>
|
||||||
|
|
||||||
<author>
|
<author>
|
||||||
<othername>Andrew Ayer</othername>
|
<othername>Andrew Ayer</othername>
|
||||||
|
|||||||
Reference in New Issue
Block a user