summaryrefslogtreecommitdiffstats
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-27 09:13:24 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2013-02-27 09:13:24 -0300
commit878ba1152ebc64a4a2609d23c9e400a6111db642 (patch)
tree7672c12a59dbab1864606109e4f2b1dd7534043c /CHANGES.txt
parenta40930043121a4b60de8526d58417761a54ab718 (diff)
Imported Upstream version 5.3upstream/5.3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0b285a9..fe55892 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,31 @@
+New in 5.3
+==========
+
+Features
+--------
+
+* Bootstrap 2.3.0
+* Optionally use content distribution networks for jquery and twitter-bootstrap (USE_CDN option)
+* Improve progressive rendering by moving javascript to the bottom of pages
+* New Brazilian portuguese translation.
+* New planetoid experimental extra_plugin
+
+Bugfixes
+--------
+
+* Make really sure we import the right conf.py
+* Make SLUG_TAG_PATH a config dep for most pages
+* Removed meta title tag for better HTML validation
+* Removed #999 background from footnote backlink.
+* Made footnote references be superscripted.
+* Centered figure's image and caption.
+* Removed outset border from admonitions.
+* Use default theme as last resource for messages/translations
+* DATE_FORMAT option was being ignored
+* Remove trailing "\" on windows gallery links (Issue #298)
+* Inconsistent breadcrumbs in gallery pages (Issue #303)
+* Use source files as bundle dependencies instead of outputs (Issue #294)
+
New in 5.2
==========
@@ -52,6 +80,7 @@ Bugfixes
* Get title from filename if not available in metadata.
* Don't copy sources if they end in ".html"
* Don't link to unexisting translations.
+* Sort tags case insensitive.
New in v5.1
===========