uptodate misc files;

This commit is contained in:
Alexander Vdolainen 2015-10-22 19:05:07 +03:00
parent 0dbff0dca7
commit de823c7063
4 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@ tests/lv2ftpd
tests/lv2ftpc tests/lv2ftpc
tests/*.cfg tests/*.cfg
debian/libsntl.substvars debian/libsntl.substvars
lib/libsxmp.pc

View File

@ -3,3 +3,4 @@ This software was developed by Askele companies group.
* NW European part of Russia: http://askele-ingria.com * NW European part of Russia: http://askele-ingria.com
Team: Team:
* General SW Architect and PM: Alexander Vdolainen <vdo@askele.com> * General SW Architect and PM: Alexander Vdolainen <vdo@askele.com>
* Win32 porting: Eugene Tarasov <etr@askele.com>

View File

@ -4,7 +4,9 @@
2014-11-23 Alexander Vdolainen <vdo@askele.com> 2014-11-23 Alexander Vdolainen <vdo@askele.com>
* Initial import of 0.2 version * Initial import of 0.2 version
2015-10-21 Alexander Vdolainen <vdo@askele.com>
* 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 Copying and distribution of this file, with or without modification, are
permitted provided the copyright notice and this notice are preserved. permitted provided the copyright notice and this notice are preserved.

3
TODO
View File

@ -1,2 +1 @@
- Split connection.c to message.c, channel.c and support/misc .c (partially done) - Clean up some code
- Optimize a lot of repeating code, sometimes to static inline