ULE Networking Tool (ulenet) Changelog - Version 0.1.3 Version 0.1.3 ============= + Fixed BIG problem (mem-leak) in ule-mem.h: functions of CULEOutputAllocator have never been called because the MediaSample objects contained a pointer of type CBaseAllocator, but e.g. ReleaseBuffer is not declared "virtual". Thus, the ReleaseBuffer Method of CULEOutputAllocator was never called and no MediaSample was actually free'd. + Fixed bug in ULE decapsulation filter: on receiving a TS packet with 1-byte of stuffing (0xFF) the decapsulator may enter an inconsistent state. + Improved TS packet boundary synchronization. Now, the number of times the TS-sync byte (0x47) has to occur at 188-byte intervals for the decapsulator to assume that it has accomplished TS packet synchronization is configurable. + Now, ulenet installs an icon in the system tray. Currently, this icon just indicates that ulenet is running and the tuning status. Version 0.1.2 ============= + Added copyright banner at startup + Added configuration parameters for DVB networks: ONID, SID and TSID + Added configuration parameters for DVB-S networks: Lband This is for conveniently specifying L-band frequencies. The corresponding commandline option is "--Lband". + Changed configuration: tuner frequency is now specified in kiloHz + Added support for circular polarization types ("right", "left") + Fixed signal strength value in tune status messages + Changed service name to "ULE Networking"