diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-05-13 05:05:41 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-05-13 05:05:41 +0800 |
commit | 1f989f68601be5b49660e735f119168128563b2d (patch) | |
tree | 797e168fd48785dbc499b5374608da793310450b /ChangeLog | |
parent | 7ccf7782479a1cbdfb8cec2353edf1bb56e2bab1 (diff) | |
download | gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar.gz gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar.bz2 gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar.lz gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar.xz gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.tar.zst gsoc2013-epiphany-1f989f68601be5b49660e735f119168128563b2d.zip |
Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which will
2004-05-12 Christian Persch <chpe@cvs.gnome.org>
* src/epiphany.in:
Make sure we don't add a colon at the end of LD_LIBRARY_PATH,
which will make LD_LIBRARY_PATH include the current directory.
Should fix bug #141576.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-05-12 Christian Persch <chpe@cvs.gnome.org> + * src/epiphany.in: + + Make sure we don't add a colon at the end of LD_LIBRARY_PATH, + which will make LD_LIBRARY_PATH include the current directory. + Should fix bug #141576. + +2004-05-12 Christian Persch <chpe@cvs.gnome.org> + * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_class_init), (ephy_cell_renderer_progress_init), |