Opened 6 years ago

Closed 6 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 Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 6 years ago

RELEASE 2.16

  • 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

if we suspend and terminate at the same time

  • When compiled without SVG, rewrite wikipedia svg math urls with png urls

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20156.

Note: See TracTickets for help on using tickets.