summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2014-11-26 11:15:09 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-11-27 08:16:34 +1100
commit3bc649de3425dc93ff056f6ada8a490f0a25cf3d (patch)
treed753175f62eb531e41a6ca0cea995619a3f6285f
parent50262f58617d63e6c1789d61543f682a4b351365 (diff)
downloadflac-3bc649de3425dc93ff056f6ada8a490f0a25cf3d.tar.gz
Some last copyright year updates and change to open bug list
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 Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--doc/html/documentation_bugs.html7
-rw-r--r--doc/html/faq.html4
-rw-r--r--doc/html/id.html4
-rw-r--r--src/flac/main.c2
4 files changed, 5 insertions, 12 deletions
diff --git a/doc/html/documentation_bugs.html b/doc/html/documentation_bugs.html
index ad0daa1b..3420b9a8 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 b815e405..989f0adc 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 a5856a35..366a73c5 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 d7f11dc3..3cddc70d 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");