Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://gitlab.com/sequoia-pgp/sequoia-octopus-librnp.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.8.1</param>
|
||||
<param name="revision">v1.10.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
3
sequoia-octopus-librnp-1.10.0.tar.xz
Normal file
3
sequoia-octopus-librnp-1.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a141019ff4d8295c24b93af3efc8ca969922f8107b4aae4d335a33a93570ae
|
||||
size 121696
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6d4161b87bc985e3dffa7fac4d4eaefdd6c5bb9264cc6340aa9442f352c1da8
|
||||
size 118108
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 08:51:05 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- update to 1.10.0
|
||||
* Notable fixes
|
||||
- We now properly destroy background threads when a library context
|
||||
is freed. Previously, this lead to thread and resource leaks for
|
||||
the ephemeral contexts created by Thunderbird.
|
||||
* Notable changes
|
||||
- If we don't support the RNP API version that Thunderbird
|
||||
requires, we now print a log message to stderr, which should be
|
||||
easier to discover than the message Thunderbird writes to the
|
||||
error console.
|
||||
- We use a more compact time representation in log messages now.
|
||||
* New functionality
|
||||
- rnp_dearmor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 25 11:45:24 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- update to 1.9.0+git.13.g03113af
|
||||
- make it compatible with current Thunderbird
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 08:55:46 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
- update to 1.9.0
|
||||
- no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 07:24:24 UTC 2024 - Adam Mizerski <adam@mizerski.pl>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: sequoia-octopus-librnp
|
||||
Version: 1.8.1
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: librnp drop-in replacement using sequoia-pgp
|
||||
License: LGPL-2.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e14096e2acfc29c8900135e131980f2de583c9d784a4d0fcf15ca2f4ad5530d
|
||||
size 42669472
|
||||
oid sha256:1fff657329ef48106d1a24d016ceb230e097110f7051db293b3e3c8b6f8f8dac
|
||||
size 43804708
|
||||
|
Loading…
Reference in New Issue
Block a user