Notable changes since 0.7.1 (excluding windows specific changes):
* Bugfix EPG scan (Linux only): after an EPG scan acquisition
could not be enabled because the VBI device was allegedly
busy. The cause was that an acquisition thread kept running
after the EPG scan.
* The wheel mouse now scrolls only 5 lines instead of 1 page and
the cursor remains on the previously selected item.
* Improved automatic mode selection for internal/remote
acquisition during startup: wait until an connection is
completely established until changing the default mode to remote
acq in the rc/ini file (esp. when connecting via TCP/IP)
* EPG scan is no longer prevented with "cannot start scan while in
client/server mode" unless currently connected to an acq daemon.
* EPG scan: reset 45-seconds timer when EPG is found to be
transmitted on a non-default teletext page nunmber. This should
fix the problem that Canal+ is reliably detected only when in
"slow" mode.
* Removed the last remaints of long integer usage to improve
64-bit CPU compatibility.
* Bugfix: crash when there was a .xawtv file with zero channel
definitions
* Bugfix: the EPG scan was not stopped when the program was
terminated by a signal or logging out, causing a crash.
* Bugfix: crashed with SEGV when the acq timescales were open when
the EPG scan was started. * Bugfixes in timescales: network
highlighting and "acquisition tails" for the browser database
timescales were sometimes not enabled or disabled when
acquisition was en-/disabled or moved from/to the browser
database.
Jeff Putsch <jdputsch@attbi.com>. Also repair a typo that had prevented
'-fno-common' from being passed along (found and fixed by skrll).
Bump PKGREVISION.
Approved by skrll.
This could help people who don't increase SHMMAXPGS to 16384.
XXX This cause some performance lose, so be preparted to not see the
full speed of ogle if you don't increase SHMMAXPGS.
This patch was needed to debug a problem with Xvideo.
Approved by Alistair Crooks.
which has a working Xvideo extension.
Maybe only related to XFree-current, but could be also caused by the last
change to kern/sysv_shm.c.
Approved by Alistair Crooks.
0.6.1.1
fixes command line interpreting for sending sms with text from file
sending sms per status to the number specified at the command line
(was ignored in 0.6.1)
0.6.1
code cleanup in sms methods
moved SMS settings bit so it is not the default file type by accident
some error messages if no action was taken or no file type was
specified
added info about possible different SMS storage places (this is more
than only "SM" since S45/ME45 V21)
added parameter --smsmem to select the sms storage memory
automatically select SMS storage "MT" (="ME"+"SM") if available and
none was selected, otherwhise default to "SM" if none was selected
check for maximum pdu size for file getting to detect data that got
scrambled by the phone (mainly midi files on S45/ME45 V21)
fixed: error message when sms memory is full
gprs info methods added by Jarek Kruza (poczta@jarek.kruza.pl)
get and remove can be used at the same time (SMS only)
remove can now handle the sms status types (so e.g. deleting all
messages of type "unsent" works)
verbose description of sms status when getting (instead of the status
number)
send can now handle the sms status types (so e.g. sending all messages
of type "unsent" works)
added updated man page
updated rpm spec file
moved docs/README -> docs/doc_sources.txt
removed contrib/vcsconvert