diff options
author | Jiri Vanek <[email protected]> | 2012-05-21 18:17:43 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-05-21 18:17:43 +0200 |
commit | ef5a7d96e4442ee3df17766debdc33e452291580 (patch) | |
tree | c22e9fba581cb1b63a62889d9a316a87ddc92b40 | |
parent | d6e4a455af851a78ed51b66956f8ca2c9ecaf788 (diff) |
Missing changelog entry
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2012-05-21 Jiri Vanek <[email protected]> + + Added detection of installed browsers and added targets to create + symbolic links from install dir to browsers' plugin directories. + Primarily for testing purposes + * Makefile.am: (stamps/user-links.stamp) with alias (links) - new target for + creating symlinks for all users. One must be root to execute this target. + (stamps/global-links.stamp) with alias (user-links) - new target + for creating symlinks for logged user only. Because opera is missing this feature, + quite useless for testing or dependence targets, but good for live user. + (restore-global-links): target for restoring original global links. + One must be root again + (restore-user-links): target for restoring user's links + * configure.ac: added basic check whether and which browsers are + installed + 2012-05-18 Jiri Vanek <[email protected]> Fixed behavior when encoded/characters needed encoding included in url |