Add song read support, Version 0.1.1

svn path=/trunk/njb-sharp/; revision=51618
This commit is contained in:
Aaron Bockover 2005-10-11 18:15:19 +00:00
Родитель 27c66efa37
Коммит 3acb6748bd
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,13 @@
2005-10-11 Aaron Bockover <aaron@aaronbock.net>
* configure.ac: Bump to v0.1.1
* src/Makefile.am: Add Song.cs/SongFrame.cs files to build
* src/njb-glue.c: Add glue for dealing with the njb_songid_frame_t struct
* src/NjbTest.cs: Print out songs on device
* src/SongFrame.cs: Bindings to Song Frame data type and functions
* src/Song.cs: Bindings to Song data type and functions
* src/Devicec.cs: Add Song support
* COPYING: Replaced LGPL with MIT
* njb-sharp: Initial import to Mono SVN