Skip to content

Commit

Permalink
Merge pull request #1039 from mavit/lms-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Apr 4, 2024
2 parents 5630727 + 0bfd1a7 commit 337a166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<h2>Logitech Media Server Change Logs</h2>
<h2>LMS Change Logs</h2>
<ul>
<li><a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/LMS-Community/slimserver/HEAD/Changelog9.html">Lyrion Music Server 9.x</a><p>
<li><a href="https://htmlpreview.github.io/?https://raw.githubusercontent.com/LMS-Community/slimserver/HEAD/Changelog8.html">Logitech Media Server 8.x</a><p>
Expand Down
2 changes: 1 addition & 1 deletion lib/CGI/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package CGI::Util;
use base 'Exporter';
require 5.008001;
use strict;
# disable 'deprecate', it's causing issues on some systems (see https://github.com/Logitech/slimserver/issues/810)
# disable 'deprecate', it's causing issues on some systems (see https://github.com/LMS-Community/slimserver/issues/810)
# use if $] >= 5.019, 'deprecate';
our @EXPORT_OK = qw(rearrange rearrange_header make_attributes unescape escape
expires ebcdic2ascii ascii2ebcdic);
Expand Down
2 changes: 1 addition & 1 deletion lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $Id: /sd/slim/7.6/branches/lms/server/lib/README 78224 2011-06-22T16:26:39.51125
This directory contains library modules from CPAN which have been modified for Lyrion Music Server.

We've made every effort to send patches to the upstream authors, but either
the changes are Logitech Media Server specific, or we simply haven't heard back from
the changes are LMS specific, or we simply haven't heard back from
the author, reside in a separate directory than the pristine top level CPAN/ dir.

If a patch has been accepted by the author, then the module should be moved
Expand Down

0 comments on commit 337a166

Please sign in to comment.