diff --git a/CHANGES b/CHANGES index 1634cdbb3..b66f53e35 100644 --- a/CHANGES +++ b/CHANGES @@ -269,17 +269,8 @@ Deprecated * #3628: ``sphinx_themes`` entry_point is deprecated. Please use ``sphinx.html_themes`` instead. -Release 1.5.6 (in development) -============================== - -Incompatible changes --------------------- - -Deprecated ----------- - -Features added --------------- +Release 1.5.6 (released May 15, 2017) +===================================== Bugs fixed ---------- @@ -296,9 +287,7 @@ Bugs fixed * #3717: Stop enforcing that favicon's must be .ico * #3731, #3732: Protect isenumclass predicate against non-class arguments * #3320: Warning about reference target not being found for container types - -Testing --------- +* Misspelled ARCHIVEPREFIX in Makefile for latex build repertory Release 1.5.5 (released Apr 03, 2017) ===================================== diff --git a/LICENSE b/LICENSE index 09d3bd624..aa87ad898 100644 --- a/LICENSE +++ b/LICENSE @@ -19,7 +19,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY diff --git a/sphinx/texinputs/Makefile_t b/sphinx/texinputs/Makefile_t index 26058ebbc..06bd6c4d7 100644 --- a/sphinx/texinputs/Makefile_t +++ b/sphinx/texinputs/Makefile_t @@ -13,7 +13,7 @@ ALLPS = $(addsuffix .ps,$(ALLDOCS)) ALLIMGS = $(wildcard *.png *.gif *.jpg *.jpeg) # Prefix for archive names -ARCHIVEPRREFIX = +ARCHIVEPREFIX = # Additional LaTeX options (passed via variables in latexmkrc/latexmkjarc file) export LATEXOPTS = # Additional latexmk options