diff options
| author | Paul Eggert | 2014-01-04 16:55:29 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 16:55:29 -0800 |
| commit | 81da295eebcfd94dcbd16531ceaecbf1cbad1804 (patch) | |
| tree | 56f98a2792ab29aa9f4dc6096bfd45dc32110a90 /src/ChangeLog | |
| parent | 5159d5902f0a6f48b354bc568f086d99c2e64ea0 (diff) | |
| download | emacs-81da295eebcfd94dcbd16531ceaecbf1cbad1804.tar.gz emacs-81da295eebcfd94dcbd16531ceaecbf1cbad1804.zip | |
Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343).
Problem and proposed patch reported by Ulrich Mueller;
this patch uses a somewhat-different approach.
* configure.ac (SETFATTR): New variable.
* src/Makefile.in (SETFATTR): New macro.
(temacs$(EXEEXT)): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c4c7921147..42f79d2ae46 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-01-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to GNU/Linux with recent grsecurity/PaX patches (Bug#16343). | ||
| 4 | * Makefile.in (SETFATTR): New macro. | ||
| 5 | (temacs$(EXEEXT)): Use it. | ||
| 6 | |||
| 1 | 2014-01-04 Martin Rudalics <rudalics@gmx.at> | 7 | 2014-01-04 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | Fix maximization behavior on Windows (Bug#16300). | 9 | Fix maximization behavior on Windows (Bug#16300). |