From 5a9f0426a736d074369ae05ff401a9f0a9dbe3f7 Mon Sep 17 00:00:00 2001 From: "Thomas B. Ruecker" Date: Sun, 28 Dec 2014 15:05:38 +0000 Subject: [PATCH] Epic transformation of git log into ChangeLog git log 1a3fd18cd4075b5ff540334c2e0fa974885b6a7a..38dbb3a6fdf0fadc15e8a77f0735240c11da2854 For the future we might want to consider if we still want to maintain this and in which format. --- ChangeLog | 551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 551 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef67ce22..5afed8cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,554 @@ +2014-12-28 13:19:29 Marvin Scholz + + * Removed fr_FR xsl files since they aren't used + +2014-12-28 11:08:56 Thomas B. Ruecker + + * Preparing for 2.5 beta1 aka 2.4.99.1 + +2014-12-25 12:45:46 Philipp Schafft + + * Feature: Nicer display of + This adds a little bit nicer display of to the stats.xsl + page and avoids broken display of and . + +2014-12-26 21:57:50 Philipp Schafft + + * Fix: Added support to admin/ interface to list s + This adds support to list global and per mount roles on stats.xsl. + This isn't nicest formated but works. + This also adds -like with s to + root node. + +2014-12-26 11:04:22 Thomas B. Ruecker + + * height-adjusted logo2 for NSIS installer + +2014-12-26 11:02:10 Thomas B. Ruecker + + * Favicon was missing from the Makefile + +2014-12-24 09:19:17 Philipp Schafft + + * Revert "Fix: avoid assignment discards 'const' qualifier warning" + This reverts commit 0dbabcc44c141d0018a6eb6b6d3c78cc6e16491c. + Breaks other(?) OpenSSL versions. + +2014-12-24 09:16:15 Philipp Schafft + + * Prevent various redefined definitions in win32-specific code + From: Erik van Pienbroek + Date: Mon, 22 Dec 2014 18:02:09 +0100 + +2014-12-24 09:03:26 Philipp Schafft + + * Fix: avoid assignment discards 'const' qualifier warning + Untested. Please test. + +2014-12-22 09:08:24 Philipp Schafft + + * Feature: Display username and role in listener listing + This adds display of role name and updates display of username in + listener listing of mount points on admin interface. + +2014-12-22 07:58:37 Philipp Schafft + + * Fix: corrected xsl to work in omode=normal + +2014-12-20 18:48:03 Philipp Schafft + + * Feature: Allow to have only one of source and destination + This allows (former ) to have only one of the + attribues source and destination. In that case other parameters + will be applied to the client but uri is not mapped. + +2014-12-20 18:07:04 Philipp Schafft + + * Merge branch fix for of relays. + +2014-12-20 18:06:42 Philipp Schafft + + * Fix: avoid segfault by generating for relays + +2014-12-20 16:12:27 Philipp Schafft + + * Fix: memory leak and race condition fix + +2014-12-20 15:30:26 Philipp Schafft + + * Fix: memory leak, now also releasing reglist[] members + +2014-12-20 15:29:53 Philipp Schafft + + * Fix: memory leak now freeing null_device and global source_password + +2014-12-20 13:40:44 Philipp Schafft + + * Fix: Added missing includes + +2014-12-20 09:39:26 Philipp Schafft + + * Fix: Corrected display of "login" on status page + This corrects the creation of in the status output + and this way fixes the display of login link on status page. + +2014-12-19 17:30:37 Philipp Schafft + + * Merged support for thread-less s + +2014-12-19 17:27:54 Philipp Schafft + + * Feature: immediate mode for s + This allows a represented by a auth_t to run in "immediate" + mode. In this mode no thread is created for this . This is a + major speedup. + +2014-12-19 16:40:41 Philipp Schafft + + * Feature: Allow mangement of s via admin/ interface + Updated admin/manageauth.xsl the way suggested by + 0eb466b76ddd3996f0caad60e4a0a3d64dcf8f24. + +2014-12-19 16:14:35 Philipp Schafft + + * Feature: Allow mangement of s via admin/ interface. + This allows to manage s via admin interface if the role supports. + Also format of admin/manageauth has been changed: + - was renamed to . + - mount parameter was removed. + - got new parameters: type, name, + can-adduser, can-deleteuser, can-listuser. + - can-* parameters are bools ("true" or "false"). They should be used + to show or hide elements on the admin interface. + + * Ticket #2123 is nearly complet with this, just admin/manageauth.xsl + needs up be updated. Please close the bug in the commit that updates + admin/manageauth.xsl. + +2014-12-19 11:28:49 Philipp Schafft + + * Feature: Also export type="" in stats.xml's s + +2014-12-19 11:22:36 Philipp Schafft + + * Feature: Added support to type="static" to list user + This adds support to list the user for a static . + +2014-12-19 11:16:13 Philipp Schafft + + * Feature: Added support for management-url="" in + This adds setting a URL for manegement of roles to the + framework. If no URL is given in the config file this + defaults to internal (/admin/manageauth.xsl) interface if supported + by the backend. + +2014-12-19 11:01:32 Philipp Schafft + + * Fix: only export name="" on if set + +2014-12-19 10:44:24 Philipp Schafft + + * Feature: Export s on stats.xml + This exports id and name of s on stats.xml output. The s + are in a container tag and mimic the format + used by the config file. + +2014-12-19 10:50:52 Philipp Schafft + + * Feature: Added a unique ID to each auth_t. + This added a unique ID to each auth_t instance so it can be + referred to e.g. by the web interface for mangement functionallity. + Mostly lifted from connection.[ch]. + +2014-12-19 10:31:08 Philipp Schafft + + * Cleanup: Removed a printf() leftover from debugging + +2014-12-18 10:24:15 Philipp Schafft + + * Fix: Always export in stats.xml + +2014-12-18 09:56:54 Philipp Schafft + + * Added: 'legcay' mode stats.xml. + Add '?omode=legacy' to any URI or . + * Please test. + +2014-12-14 19:18:22 Philipp Schafft + + * Fix: Fixed compiler warnings + +2014-12-14 16:19:32 Philipp Schafft + + * Feature: Support command line arguments in + This adds support to pass additional command line parameters + to called processes. + +2014-12-14 11:01:39 Philipp Schafft + + * Fix: Send Content-Disposition:-header correctly + +2014-12-14 09:27:49 Philipp Schafft + + * Regression Fix: Correction of old-style . + Old-style within didn't work for type="url" + as well as some other parameters due to confusion between "node" + and "child" variable. + * Thanks for trilliot for pointing out! Should work now. + +2014-12-14 08:25:16 Thomas B. Ruecker + + * Some minor changes to README.md, added Opus and WebM + +2014-12-14 08:19:58 Philipp Schafft + + * Cleanup: make strcmp() more explicit in _start_logging() + This avoids if(strcmp()) constructs in favor of if(strcmp() == 0) + constructs. This is aligned with coding style and will improve + readability of the code. + Thanks to miksago. + +2014-12-14 08:18:24 Thomas B. Ruecker + + * NEWS updated for 2.4.0 and 2.4.1 + +2014-12-13 19:10:20 Thomas B. Ruecker + + * Fix for docdir issue with deb/RPM. Fixes #2121 + Replaced docdir with otherdocdir and made it relative to + docdir. This seems to work for debian and plain make install. + Will test RPM later. + +2014-12-09 16:08:27 Philipp Schafft + + * Feature: Extract metadata and export them to stats.xml + * All metadata is now extracted from Vorbis streams and ICY streams + and exported as new tag into admin/stats if specific + mountpoint is requested. + * To testers: + - Please test with Ogg Vorbis streams. + - Please test with Ogg Vorbis + Theora streams. + - Please test chained Ogg streams. + - Please test with ICY streams. + +2014-12-08 07:58:17 Philipp Schafft + + * Speedup: Don't copy data into event if there are no registrations + * If there are no registrations that are added to an event the event + doesn't need to be emited as nobody cares anyway. We will do this + simple check before we copy data into the event object to avoid + unnecessary calls to strdup() and other allocation functions. + +2014-12-08 00:39:57 Philipp Schafft + + * Added : Unified handling of events. + * has been added and can be used within + both in and . + takes backend depending