From 0e5e68c34c25134986ec47ee993f5b4d0f25201e Mon Sep 17 00:00:00 2001 Message-Id: <0e5e68c34c25134986ec47ee993f5b4d0f25201e.1715193098.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 Subject: [PATCH] CHANGES.html, README: Update the administrivia. Organization: Straylight/Edgeware From: Mark Wooding --- CHANGES.html | 16 ++++++++++++++++ README | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.html b/CHANGES.html index 5dcf561..403f278 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -49,6 +49,22 @@ href="README.upgrades.html">README.upgrades before upgrading.

+

Bug fixes

+ +
+ +
    +
  • The CGI program now checks user passwords even when it runs as the + main jukebox user(!).
  • + +
  • DisObedience doesn't crash when search terms change under its + feet.
  • + +
  • The CGI program doesn't crash on some POST requests. +
+ +
+

Changes up to version 5.1.1

diff --git a/README b/README index 59ebf96..c612846 100644 --- a/README +++ b/README @@ -266,7 +266,7 @@ Copyright DisOrder - select and play digital audio files Copyright (C) 2003-2013 Richard Kettlewell Portions copyright (C) 2007 Ross Younger -Portions copyright (C) 2007 Mark Wooding +Portions copyright (C) 2007, 2013, 2015-2016 Mark Wooding Portions extracted from MPG321, http://mpg321.sourceforge.net/ Copyright (C) 2001 Joe Drew Copyright (C) 2000-2001 Robert Leslie -- [mdw]