pnd_run.sh: add alternative way to pass args
[pandora-libraries.git] / CHANGES
1
2 0.0.3 REM: Slight fixup (if you can call it that) to replace copy/paste code with SEARCHPATH_PRE/POST pathiter.h
3       REM: Added .so to Makefile
4       REM: Added extern "C" wrappers for headers; just maybe this will help someone :P
5       REM: Added 'locatetest' shitty test tool to verify pnd_locate code pretends to work; needs the
6            shared lib version so you need to set your LD_LIBRARY_PATH, for what its worth
7
8 0.0.2 REM: Working on INOTIFY in what little time I have before Christmas :)
9       REM: I'm sick as hell.
10       NEW: Added notifytest, pnd_notify.[ch]
11            Seems to work 'okay' in a brute force fashion; only watching a couple events right now and
12            didn't test yet against mount/unmount and such, but a start.
13
14 0.0.1 Initial version