Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-eld committed Nov 27, 2016
1 parent 9070167 commit 93b1e93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions ChangeLog
@@ -1,11 +1,16 @@
Tox Protocol Plugin For Pidgin / libpurple

v0.5.1 27.11.2016
* fixed compilre warnings
* fixed ignoring of avatar transfers
* updated configure and makefiles to get rid of the subdir objects warning

v0.5.0 08.09.2016
* updated to latest tox core API
* fixed file transfers for the time being
* auto-cancel avatar file transfers
* using save file now ~/.purple/tox/<account_path>/tox_save.tox
* buddy requests use the standard purple interface
* updated to latest tox core API
* fixed file transfers for the time being
* auto-cancel avatar file transfers
* using save file now ~/.purple/tox/<account_path>/tox_save.tox
* buddy requests use the standard purple interface

v0.4.2 29.09.2014
* synted with latest tox core API
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.66])
AC_INIT([tox-prpl], [0.4.2], [jin@mediatomb.cc],[], [http://tox.dhs.org/])
AC_INIT([tox-prpl], [0.5.1], [jin@mediatomb.cc],[], [http://tox.dhs.org/])
AC_CONFIG_SRCDIR([src/toxprpl.c])
AC_CONFIG_HEADERS([autoconfig.h])
AM_INIT_AUTOMAKE([1.10 -Wall subdir-objects])
Expand Down

0 comments on commit 93b1e93

Please sign in to comment.