Skip to content

Commit c5a4dd5

Browse files
committed
update README.md
Signed-off-by: hwipl <[email protected]>
1 parent 9d2e98c commit c5a4dd5

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Diff for: README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,23 @@ README for original description and INSTALL for original building information.
1818
Later commits contain the following changes:
1919

2020
## Changes:
21-
* mirrored:
22-
* original code from sf.net
23-
* v0.0.1:
24-
* A patch from [Leandro Britez](https://sourceforge.net/u/britinx/) to show
25-
the (online) buddies of an account with `account ID buddies [ONLINE]`
21+
* v0.2:
22+
* Switched to meson and made purpled installable with it. Old Makefiles etc.
23+
are in folder `orig`.
24+
* Message format updates: made `account list` reply easier to parse. Added
25+
more CR/LF message terminations. Introduced `info:` and `error:` message
26+
types.
27+
* Introduced command line parameter to specify working directory.
28+
* ...
2629
* v0.1:
2730
* Support for Unix Domain Sockets/AF\_UNIX sockets; use command line
2831
parameter `-i` for an AF\_INET socket and `-u` for an AF\_UNIX socket
2932
* Changes to the messages sent from purpleD to clients to make parsing
3033
easier: they now contain the "message type" and use CR/LF to mark the end
3134
of messages
3235
* A meson.build file
33-
* ...
36+
* v0.0.1:
37+
* A patch from [Leandro Britez](https://sourceforge.net/u/britinx/) to show
38+
the (online) buddies of an account with `account ID buddies [ONLINE]`
39+
* mirrored:
40+
* original code from sf.net

0 commit comments

Comments
 (0)