Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from wireapp/release/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0 release
  • Loading branch information
raphaelrobert authored Jun 13, 2019
2 parents ac914b5 + 1e43546 commit 7ca5f2d
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 39 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ before_install:

install:
- sudo apt-get install -y valgrind
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.6/libsodium-1.0.6.tar.gz"
- tar -xzf libsodium-1.0.6.tar.gz
- cd libsodium-1.0.6 && ./configure --prefix=/usr && make && sudo make install && cd ..
- wget "https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz"
- tar -xzf libsodium-1.0.16.tar.gz
- cd libsodium-1.0.16 && ./configure --prefix=/usr && make && sudo make install && cd ..

script: make test
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.1.0
* Add `cbox_fingerprint_prekey`

1.0.0

* New error codes `CBOX_INIT_ERROR` and `CBOX_DEGENERATED_KEY`.
Expand Down
Loading

0 comments on commit 7ca5f2d

Please sign in to comment.