2 small fix in docs

This commit is contained in:
Davide Andreoli 2015-11-15 21:09:06 +01:00
parent 5594375fac
commit d4f355f584
2 changed files with 5 additions and 5 deletions

8
CODING
View File

@ -97,8 +97,8 @@ Tips
Release process instructions
============================
* Announce at release@lists.enlightenment.org that you are planning
for the release
* Announce at enlightenment-release@lists.sourceforge.net and
enlightenment-devel@lists.sourceforge.net that you are planning for the release
* Change versions in efl/__init__.py (ex: 1.9.0)
* Update the ChangeLog file:
setup.py build_doc -b changes ...and manually merge from the html file
@ -106,8 +106,8 @@ Release process instructions
* Test the generated tarballs
* scp tarballs & md5sums to:
download.enlightenment.org:/srv/web/download.enlightenment.org/public_html/pre-releases/
* Announce at release@lists.enlightenment.org that tarballs are
ready for testing
* Announce at enlightenment-release@lists.sourceforge.net and
enlightenment-devel@lists.sourceforge.net that tarballs are ready for testing
... wait 24 hours, fix any issues found. In the mean time you can prepare the
release announcement for phame/ml.

View File

@ -49,7 +49,7 @@ Additions:
* evas.Textblock.obstacle_add
* evas.Textblock.obstacle_del
* evas.Textblock.obstacles_update
* evas.EVAS_CALLBACK_CANVA_VIEWPORT_RESIZE
* evas.EVAS_CALLBACK_CANVAS_VIEWPORT_RESIZE
===================