diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/FOR-RELEASE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 2bf27858bcc..773190b35f0 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -22,3 +22,12 @@ Tasks needed before the next release. | |||
| 22 | 22 | ||
| 23 | ** Make GTK toolbar look OK on monochrome displays. | 23 | ** Make GTK toolbar look OK on monochrome displays. |
| 24 | 24 | ||
| 25 | |||
| 26 | IMPORTANT BUG FIXES: | ||
| 27 | |||
| 28 | ** Investigate face cache related crash. | ||
| 29 | |||
| 30 | Indications: Face cache seems to have been cleared, but | ||
| 31 | redisplay uses an invalidated face_id with FACE_FROM_ID | ||
| 32 | which then returns a NULL pointer. Said to happen with | ||
| 33 | isearch faces. | ||