Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 53e2d1428e3c86b8a90e361324259737 > files > 7

libcapifax-devel-0.7.3-5.fc15.i686.rpm

v0.7.3-jmb4:
- Fix libdir in capifax.pc.in

v0.7.3-jmb3:
- On auto controller select skip internal controller

v0.7.3-jmb2:
- Fix version information
- Set cups port to 9901

v0.7.3-jmb1:
- Add valid cip value check

v0.7.3:
- CUPS fax printer script
- get image-size as bytes_total in real time handler
- fix: automatically choose SPANDSP_VERSION
- fix: some warnings

v0.7.2a:
- fix: install libcapifax.h
- fix: wrong include dir caused compile error
- automatically choose SPANDSP_VERSION (5 or 6)

v0.7.2:
- fix: boost was missing 
- change CIP-Value to 0x11 (Buzz)
- fix: capifax flush stdin / capi warnings
- fix: corrected paths in Visual Studio solution
- additional flags for library tuning:
    --with-cip=[0x04|0x11]
    --with-connections=X
    --with-packets=X
    --with-buffer-cnt=X
    --with-bchannels=X
    
v0.7.1:
- patches from Whoopie, Buzz and Stefan
- added CFLAG parameter --disable-boost

v0.7:
- configure script
- libcapifax: spandsp 0.6 compatible
- libcapifax: tep mode always enabled
- libcapifax: poll spandsp_rx/tx after disconnect
- libcapifax: added ev_receive callback 
- libcapifax: should be compatible to ffgtk 0.7 now
- capifax: -manual [on|off] parameter (manual hookup with y/n)
- capifax: -single [on|off] parameter (only receive one fax, exit after that)
- spandsp version selectable (--with-spandsp-version=[4|5|6])
- exclude capifax application from build (--disable-capifax)

v0.6:
- capifax: return error code to after sending a fax 
- libcapifax: global logging callback handler (changed some log messages)
- libcapifax: close connection on capi_close()
- libcapifax: do not send DATA_B3 after DISCONNECT_REQ

v0.5:
- Implemented patches from zoolook 
- Project for Visual Studio C++ 2005 added
- libcapifax: progress event and status event callback
- libcapifax: parameter as structs 
- libcapifax: send fax anonymous (new parameter capifax_send)
- libcapifax: capifax_loop() can be run in thread to register multiple accounts (parallel receive/send)
- libcapifax: manual accept/abort/reject (capifax_accept(), capifax_reject(), capifax_terminate())
- added capifax.pc 

... v0.4:
- Implemented patches from Whoopie 
- Fix: stddef.h
- Fix: send disconnect after sending fax
- spandsp 0.5 / 0.4 compatible
- no changelog at that moment