[PATCH] Some last copyright year updates and change to open bug list
Martijn van Beurden
mvanb1 at gmail.com
Wed Nov 26 02:15:09 PST 2014
This updates one rather important mention of the copyright year
(the encoding/decoding progress display) and a few in the
documentation. Furthermore, it updates the open bug list
---
doc/html/documentation_bugs.html | 7 -------
doc/html/faq.html | 4 ++--
doc/html/id.html | 4 ++--
src/flac/main.c | 2 +-
4 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html
index ad0daa1..3420b9a 100644
--- a/doc/html/documentation_bugs.html
+++ b/doc/html/documentation_bugs.html
@@ -45,16 +45,9 @@
The following are major known bugs in the current (1.3.1pre1) release:
<ul>
<li>
- If you use the --replay-gain option with flac, but no --padding/-P option, only a very small padding block will be created. The workaround is to always use a -P option when using --replay-gain to make sure the correct amount of padding is added.
- </li>
- <li>
- When encoding to Ogg FLAC, the progress indicator is broken
- </li>
- <li>
When encoding to Ogg FLAC, the number of seek points is limited to 240.
</li>
</ul>
- The first two have been fixed, these fixes will be incorporated in the next release.
</div>
<div class="box_footer"></div>
</div>
diff --git a/doc/html/faq.html b/doc/html/faq.html
index b815e40..989f0ad 100644
--- a/doc/html/faq.html
+++ b/doc/html/faq.html
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -377,7 +377,7 @@
<table>
<tr>
<td align="left">
- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
+ Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
</td>
<td width="1%" align="right">
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
diff --git a/doc/html/id.html b/doc/html/id.html
index a5856a3..366a73c 100644
--- a/doc/html/id.html
+++ b/doc/html/id.html
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation -->
+<!-- Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
<!-- or any later version published by the Free Software Foundation; -->
@@ -276,7 +276,7 @@
<table>
<tr>
<td align="left">
- Copyright (c) 2000-2009 Josh Coalson, 2011-2013 Xiph.Org Foundation
+ Copyright (c) 2000-2009 Josh Coalson, 2011-2014 Xiph.Org Foundation
</td>
<td width="1%" align="right">
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
diff --git a/src/flac/main.c b/src/flac/main.c
index d7f11dc..3cddc70 100644
--- a/src/flac/main.c
+++ b/src/flac/main.c
@@ -479,7 +479,7 @@ int do_it(void)
}
flac__utils_printf(stderr, 2, "\n");
- flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2013 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
+ flac__utils_printf(stderr, 2, "flac %s, Copyright (C) 2000-2009, 2011-2014 Josh Coalson & Xiph.Org Foundation\n", FLAC__VERSION_STRING);
flac__utils_printf(stderr, 2, "flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n");
flac__utils_printf(stderr, 2, "welcome to redistribute it under certain conditions. Type `flac' for details.\n\n");
--
1.9.1
--------------020801030801010007050209--
More information about the flac-dev
mailing list