Skip to content

Commit 3156e14

Browse files
committed
Bump version to 0.6.7
And update README.
1 parent 75ab21f commit 3156e14

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
# lurch 0.6.7-dev
2-
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings _Axolotl_, by now renamed to _double ratchet_, to _libpurple_ applications such as [Pidgin](https://www.pidgin.im/) by implementing the [OMEMO](https://conversations.im/omemo/) _XMPP Extension Protocol (XEP)_.
1+
# lurch 0.6.7
2+
/lʊʁç/. In German, an Axolotl is a type of Lurch, which simply means 'amphibian'. This plugin brings _Axolotl_, by now renamed to _double ratchet_, to _libpurple_ applications such as [Pidgin](https://www.pidgin.im/) by implementing the [XEP-0384: OMEMO Encryption](https://xmpp.org/extensions/xep-0384.html). For a higher-level overview, see [the official OMEMO homepage](https://conversations.im/omemo/).
33

44
(Plus I thought the word sounds funny.)
55

66
## News
7+
I rewrote how MUCs are handled and they should work much better now. If not, feel free to open an issue, as usual.
8+
9+
The first Windows build of 0.6.6 was missing a compile-time flag, so if it does not work for you download it again, or get this version once available.
10+
711
Version 0.2 of the _OMEMO XEP_ adopted the namespace actually implemented by all the clients, so there is no need for a 'compatible' version of the plugin any longer. This mostly concerns Windows users who used the `lurch_compat.dll`, so don't be confused if it's not there.
812

9-
If you use a version <0.6.5, you should still definitely update.
13+
If you use a version <0.6.5, you should still definitely update for security reasons.
1014

1115
## Table of Contents
1216
1. [Installation](#installation)
@@ -69,7 +73,7 @@ These instructions can also be found at the provided link.
6973
Homebrew should have all dependencies:
7074

7175
```
72-
brew install cmake pidgin glib libxml2 libmxml sqlite libgcrypt
76+
brew install cmake pidgin glib libxml2 libmxml sqlite libgcrypt
7377
```
7478
This should work on newer versions of MacOS, but if you run into problems check out [#8](https://github.com/gkdr/lurch/issues/8#issuecomment-285937828) for some hints. Complete instructions on how to get this running with Pidgin appreciated!
7579

src/lurch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __LURCH_H
22
# define __LURCH_H
33

4-
# define LURCH_VERSION "0.6.7-dev"
4+
# define LURCH_VERSION "0.6.7"
55
# define LURCH_AUTHOR "Richard Bayerle <[email protected]>"
66

77
#endif /* __LURCH_H */

0 commit comments

Comments
 (0)