Opened 7 years ago
Closed 7 years ago
#10759 closed enhancement (fixed)
links-2.16
Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
---|---|---|---|
Priority: | normal | Milestone: | 8.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
- Improve handling of the DELETE key
- Delete is used for both deleting and scrolling
- If the last keypress was captured in a form field, DELETE deletes
- If the last keypress was not captured DELETE scrolls
- Implement the bracketed paste mode - a text can be pasted only to input
- fields, the pasted text won't be misinterpreted as key commands
- Fix bugs found by coverity:
- bad arguments to sizeof
- missing int->unsigned long long conversions in image scaling
- unchecked return of the close function
- a possible NULL pointer dereference in directfb.c
- a memory leak on invalid double number
- missing va_end
- non-working "No keepalive connection after POST request" option and some other discrepancies which didn't result in any violation
- Fix a crash in proxy authentication code (introduced in 2.15)
- Fixed internal error "invalid set_handlers call" on framebuffer
- When compiled without SVG, rewrite wikipedia svg math urls with png urls
Note:
See TracTickets
for help on using tickets.