Skip to content

Commit

Permalink
Prepare for release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed May 13, 2020
1 parent 5340df5 commit 77cf483
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(OTPClient VERSION "2.3.0" LANGUAGES "C")
project(OTPClient VERSION "2.3.1" LANGUAGES "C")

configure_file("src/common/version.h.in" "version.h")
include_directories(${PROJECT_BINARY_DIR})
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# OTPClient
<a href="https://scan.coverity.com/projects/paolostivanin-otpclient">
<img alt="Coverity Scan Build Status" src="https://img.shields.io/coverity/scan/12749.svg"/>
</a>
<a href="https://circleci.com/gh/paolostivanin/OTPClient">
<img alt="CircleCI" src="https://circleci.com/gh/paolostivanin/OTPClient.svg?style=svg"/>
</a>
Expand Down Expand Up @@ -34,6 +31,10 @@ Highly secure and easy to use GTK+ software for two-factor authentication that s
- key is derived using PBKDF2 with SHA512 and 100k iterations
- decrypted file is never saved (and hopefully never swapped) to disk. While the app is running, the decrypted content resides in a "secure memory" buffer allocated by Gcrypt

## Testing
* Before each release, I run PVS Studio in order to catch even more errors and/or corner cases
* With every commit to master, OTPClient is compiled in CircleCI against different distros

## Wiki
For things like roadmap, screenshots, how to use OTPClient, etc, please have a lookt at the [project's wiki](https://github.com/paolostivanin/OTPClient/wiki). You'll find a lot of useful information there.

Expand Down
8 changes: 8 additions & 0 deletions data/com.github.paolostivanin.OTPClient.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ It's also possible to import/export backups from/to andOTP and import backups fr
</content_rating>

<releases>
<release version="2.3.1" date="2020-05-13">
<description>
<p>OTPClient 2.3.1 brings a security fix</p>
<ul>
<li>fix a memory leak when exporting to freeotp format</li>
</ul>
</description>
</release>
<release version="2.3.0" date="2020-05-08">
<description>
<p>OTPClient 2.3.0 brings support for a new provider</p>
Expand Down

0 comments on commit 77cf483

Please sign in to comment.