fix missing *_AUTO tokens in translateTuneParam
fix erroneous member desclarations inside classes
fix missing includes
fix missing cast to int when using toString on size_t
Check in 0.7.7 changes
Include cerrno in outputbuffer
Some scripts
Add missing files with automake
Update ChangeLog. Removed some std::cout development print statements
Remove awful timer code
ITV1 instead of ITV 1ITV2 instead of ITV 2Implemented timer feature without the use of signals
Add close timer
Add timer to keep tuner tuned 1 second after closure
Factor out the tzap symbol translation code
Add guard interval 1/4
Release 0.7.6
Add FEC_NONE to translations
Check that channels are tunable
typos
add user,group,mode options for socket file
rpm announce
debian changelog
use right file descriptor (1) for stdout
LFS and Fedora Core fixes
0.7.4
~/recordings instead of /tmp/recordings
Non fatal error for dvb-t
Add 7MHZ bandwidth
More flexible channel lookup
Bump version number
Updated changelog
Prepare for 0.7.3
Include extra parse options for TZAP files. Thanks to Kimmo
Make lexer case insensitve
Use default prefix if none given.Fix config file location problem. (Before it wasn't reading /etc/dvbd/config)
updated website
0.7.2
ChangeLog
7.2
dvb-c support
working on DVB-C support
Set ACPI alarm time to wake up computerbefore next job.
Added extra information to dvbsched
dvb-s support version 0.7.1
dvbdguide
Added #include <unistd.h> to help with compiling on gentoo
Hopefully fix a gentoo compile problem
Version 0.6.0
RecordConnection is now the class for recording connections
Add the ability to remove by job already recording connections
Fixed bug with overwriting existing files
Print type of connectionRemove already running jobs as well
Bug in #define
Fixed a bug in the handling of the extra fieldSchedule recording now allows recordings that start after thecurrent time, but finish before the current time.
Unused file
Scheduler now appends .N (where N is a number from 1) if the outputfile already exists.
Modified schedule format so that extra information can be associatedwith each recording (Warning: change is not backwards compatible).
Escape whitespace for filenames passed to dvbd.
updated todo
escape whitespace for path in schedules
Added -n,--noconflicts option to dvbsched whichwon't schedule the job if it produces any conflicts.
Version 0.5.5
Removed unused variable n
updated changelog
last job number must be recalculated on reading the schedule
Fix dvbclient ref
Added linuxlinks
Bumped version number to 0.5.4
Quietened UnixClientSocket
Added -r (--remove) command to dvbsched
Boosted output buffer to 1M to avoid system jitterAdded some debugging code to print out buffer status
Improved error messages in client library
Added --enable-debug configure option
Newline so that you can see the error message
Added -P option to dvbsched
Increased output buffer sizeNon fatal if the client drops a packet
Default is now to record TS streamsCan use -P to specify program stream
Beginnings of TS support
Include header files in dist
Renamed lexer and parser
Debian step 1
Accidentally removed this file
Automake step 1
fixed bug with reporting job number
Initial revision