From: Guillaume Pellerin Date: Thu, 8 Nov 2018 15:42:22 +0000 (+0100) Subject: Add 1.7 release page X-Git-Tag: 1.7.4~5^2~31 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43c8bff1dc2603726620017c2aebdafb3c2211b7;p=telemeta.git Add 1.7 release page --- diff --git a/doc/content/TM-1.7.rst b/doc/content/TM-1.7.rst new file mode 100644 index 00000000..30191862 --- /dev/null +++ b/doc/content/TM-1.7.rst @@ -0,0 +1,57 @@ +Telemeta 1.7 has been released! +############################### + +:category: Releases + +After months of hard development, I am very pleased to release Telemeta 1.7! It includes many transparent changes, mainly upgrading a lot of dependencies, especially those brought by the audio engine TimeSide which has also been released in its new version. + + * Based on TimeSide 0.9 + * Use Django 1.8 + * Rename some directories + * Better video streaming + * Better logging + +More details: + + * https://github.com/Parisson/Telemeta/milestone/5?closed=1 + * https://github.com/Parisson/Telemeta/compare/master...v1.6 + + +Upgrading +--------- + +.. code:: bash + + git pull origin master + git submodule update --init --remote + docker-compose run app /srv/app/bin/upgrade_from_1.6_to_1.7.sh + + +WARNING +------- + +`scripts/` and `app/scripts/` directories has been renamed `bin/` and `app/bin/` respectively. So please adapt your management and maintenance personal scripts. + + +1.6.x +----- + +The 1.6.x branch has been also upgraded to fix various bugs: + + * Setting utf8 database by default + * Deactivate video.js for now + * Use mysql:5 + * Fix phpmyadmin config + * Various bugfixes + * Based on TimeSide 0.8.3 + + +Get it! +-------- + +https://github.com/Parisson/Telemeta#install + + +Thanks to all partners! + +Guillaume