Skip to content

Releases: karlheyes/icecast-kh

icecast-2.4.0-kh22

04 Jul 21:49
Compare
Choose a tag to compare

Mostly bug fixes from feedback received.
A big logging update. Mostly for internal processing but does allow for each log level to maintain so many entries.
Various messaging changes to assist in more unusual cases.

karl

icecast-2.4.0-kh21.8

20 Jun 19:47
Compare
Choose a tag to compare
icecast-2.4.0-kh21.8 Pre-release
Pre-release

null deref fix from previous pre-release.

icecast-2.4.0-kh21.7

20 Jun 12:20
Compare
Choose a tag to compare
icecast-2.4.0-kh21.7 Pre-release
Pre-release

various fixes from reports. Use 21.8 instead

fix issue on stream auth from previous pre-release
added listenurl tag (per-mount) for people wanting to try out, for YP only really.
improve internal handling for range handling and how it ties into keep alive.
worker client process limiter was too high
safari handling should be better now, and not clash with other browsers.
fix lock imbalance in fserve handling

karl

icecast-2.4.0-kh21.6

28 May 00:59
Compare
Choose a tag to compare
icecast-2.4.0-kh21.6 Pre-release
Pre-release

fix crash bug on reload with auth.
small fix for log cycle, fix excessive logging at start
internal lock changes
some http header cleanup
expand on the relay switchover failure case handling

icecast-2.4.0-kh21.5

25 May 10:18
Compare
Choose a tag to compare
icecast-2.4.0-kh21.5 Pre-release
Pre-release

more info reporting on url auth
fix a few crash cases from previous pre-releases
fix YP double encoding bug
fix windows log cycle bug.

icecast-2.4.0-kh21.3

17 May 22:25
Compare
Choose a tag to compare
icecast-2.4.0-kh21.3 Pre-release
Pre-release

This is kh21.2 with an auth update. This fixes a possible race issue and allows for separation of failure attempts on each URL.
Some messaging updates

The windows build is slightly later to resolve a build issue on type names

karl

icecast-2.4.0-kh21.2

08 May 02:20
Compare
Choose a tag to compare
icecast-2.4.0-kh21.2 Pre-release
Pre-release

a few fixes over kh21, log subsystem update allowing for log message priority queues.
Also check for windows installer.

karl.

icecast-2.4.0-kh21

15 Apr 12:14
Compare
Choose a tag to compare

lots of fixes for recent releases that have been reported.

main updates are XSLT caching updates, worker processing of clients. These are internal so mostly for stability and performance reasons. Various lockups and stalls are now flushed out, and lots of smaller stuff that can be a factor for individual case like charset handling or switchover updates or stats cleanup.

I'll upload a Win64, not sure if anyone uses Win32 any more. I have updated the DLLs for core libs like libxml2 and SSL. I have noticed that some of those require a DLL not on Windows 7, so again, do people run that version (I have a compatible DLL that does allow it to work in such cases).

karl

icecast-2.4.0-kh20.5

30 Mar 01:37
Compare
Choose a tag to compare
icecast-2.4.0-kh20.5 Pre-release
Pre-release

build update for the most part.

configure scripts and update to windows builds, newer DLLs for some of the libs. so mostly packaging changes but some
fixes for some stats, Ogg flac handling and xspf playlist fix.

Would like to get some confirmation of the windows build running ok, I don't really have a test rig for those. My code should be no
different in that regard but I use pre-packaged libs (ssl xml etc) which should all be running well.

icecast-2.4.0-kh20.4

25 Mar 20:32
Compare
Choose a tag to compare
icecast-2.4.0-kh20.4 Pre-release
Pre-release

Fixes to Push out after reports.

fix race in stats processing.
Update YP, get working again after worker changes, change to params handling for the most part
fixup for ogg flac handling
escape encoding fix on the params code, auth url
stats update for switchover clients