From de823c706330c28c5e73ea9d064eb2bc624f0461 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Thu, 22 Oct 2015 19:05:07 +0300 Subject: [PATCH] uptodate misc files; --- .gitignore | 1 + AUTHORS | 1 + ChangeLog | 4 +++- TODO | 3 +-- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1c485f..4969575 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ tests/lv2ftpd tests/lv2ftpc tests/*.cfg debian/libsntl.substvars +lib/libsxmp.pc diff --git a/AUTHORS b/AUTHORS index 8ac1c7e..f84f0d0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,3 +3,4 @@ This software was developed by Askele companies group. * NW European part of Russia: http://askele-ingria.com Team: * General SW Architect and PM: Alexander Vdolainen + * Win32 porting: Eugene Tarasov diff --git a/ChangeLog b/ChangeLog index 93ca727..dc4c548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,9 @@ 2014-11-23 Alexander Vdolainen * Initial import of 0.2 version +2015-10-21 Alexander Vdolainen + * Stable 0.3.0 renamed, sxmp -Copyright 2013-2014 Askele, Inc. +Copyright 2013-2015 Askele, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. diff --git a/TODO b/TODO index 34bc9fb..cd328a3 100644 --- a/TODO +++ b/TODO @@ -1,2 +1 @@ - - Split connection.c to message.c, channel.c and support/misc .c (partially done) - - Optimize a lot of repeating code, sometimes to static inline + - Clean up some code