Update NEWS and set version to 1.19.0
--
This commit is contained in:
parent
3cdcfa33f7
commit
577562dd4c
4
NEWS
4
NEWS
@ -1,4 +1,4 @@
|
||||
Noteworthy changes in version 1.18.1 (unreleased)
|
||||
Noteworthy changes in version 1.19.0 (unreleased)
|
||||
-------------------------------------------------
|
||||
|
||||
* New context flag "no-auto-check-trustdb". [T6261]
|
||||
@ -59,6 +59,8 @@ Noteworthy changes in version 1.18.1 (unreleased)
|
||||
qt: EncryptArchiveJob NEW.
|
||||
qt: Protocol::encryptArchiveJob NEW.
|
||||
|
||||
Release-info: https://dev.gnupg.org/T6341
|
||||
|
||||
|
||||
Noteworthy changes in version 1.18.0 (2022-08-10)
|
||||
-------------------------------------------------
|
||||
|
@ -31,8 +31,8 @@ min_automake_version="1.14"
|
||||
# for the LT versions.
|
||||
m4_define([mym4_package],[gpgme])
|
||||
m4_define([mym4_major], [1])
|
||||
m4_define([mym4_minor], [18])
|
||||
m4_define([mym4_micro], [1])
|
||||
m4_define([mym4_minor], [19])
|
||||
m4_define([mym4_micro], [0])
|
||||
|
||||
# Below is m4 magic to extract and compute the git revision number,
|
||||
# the decimalized short revision number, a beta version string and a
|
||||
|
Loading…
Reference in New Issue
Block a user