update NEWS and README for release

This commit is contained in:
Mike Blumenkrantz 2014-09-15 09:41:06 -04:00
parent f4ae62a37a
commit eb3ad1f4a6
2 changed files with 10 additions and 9 deletions

6
NEWS
View File

@ -2,7 +2,8 @@ Release 0.19.0:
--------------------- ---------------------
Features: Features:
* improved wayland support * greatly improved wayland support
- E_WL_FORCE environment variable for forcing output types
* e_uuid_store: Add infrastructure to store window/surface properties. * e_uuid_store: Add infrastructure to store window/surface properties.
* Add a tiling profile. * Add a tiling profile.
* per-screen desklock logo visibility config * per-screen desklock logo visibility config
@ -16,7 +17,6 @@ Features:
* packagekit module for package manager integration * packagekit module for package manager integration
* ibar now optionaly triggers its menu on mouse in * ibar now optionaly triggers its menu on mouse in
* selective redirection toggling * selective redirection toggling
* support XPRESENT extension to reduce compositing overhead
* new focus option "raise on revert focus" * new focus option "raise on revert focus"
* add PIN-style desklock for lokker module * add PIN-style desklock for lokker module
* make desklock hookable, break out current desklock into module, move pam stuff to separate file * make desklock hookable, break out current desklock into module, move pam stuff to separate file
@ -36,6 +36,8 @@ Improvements:
* system operations no longer dim screen until action has begun * system operations no longer dim screen until action has begun
* window stacking and focus restore is more accurate across restarts * window stacking and focus restore is more accurate across restarts
* gstreamer1 is now used for media previews * gstreamer1 is now used for media previews
* improved multiple monitor setup reliability
* shaped windows now render more accurately
Release 0.18.8: Release 0.18.8:
--------------------- ---------------------

13
README
View File

@ -1,22 +1,21 @@
Enlightenment 0.18.0 Enlightenment 0.19.0
Requirements: Requirements:
------------- -------------
Must: Must:
libc libm libX11 libXext evas ecore ecore-evas ecore-file ecore-ipc ecore-con libc libm libX11 libXext efl
ecore-imf ecore-x edje eet embryo efreet e_dbus eio
xcb xcb-shape xcb-keysyms xcb xcb-shape xcb-keysyms
[png loader in evas, jpeg loader in evas, eet loader in evas, software_x11 [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
engine in evas, buffer engine in evas] engine in evas, buffer engine in evas]
NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing DR18 or it will be overwritten. file prior to installing DR19 or it will be overwritten.
You can also use the configure --prefix option to put e17 in a separate tree You can also use the configure --prefix option to put enlightenment in a separate tree
of its own (recommended) like: of its own (recommended) like:
./configure --prefix=/usr/local/e18 ./configure --prefix=/usr/local/e19
You will, as usual, need to add the subsequent bin dir to your $PATH etc. You will, as usual, need to add the subsequent bin dir to your $PATH etc.
@ -24,7 +23,7 @@ You will, as usual, need to add the subsequent bin dir to your $PATH etc.
NOTES: NOTES:
* do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs * do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugs
and screws up things in edje, evas and e17. if your gcc uses this by default and screws up things in edje, evas and e19. if your gcc uses this by default
(which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in (which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
your CFLAGS. your CFLAGS.