Opened 7 years ago

Closed 7 years ago

#9928 closed enhancement (fixed)

SDL2-2.0.7

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.2
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

2.0.7:

General:
* Added audio stream conversion functions:
   SDL_NewAudioStream
   SDL_AudioStreamPut
   SDL_AudioStreamGet
   SDL_AudioStreamAvailable
   SDL_AudioStreamFlush
   SDL_AudioStreamClear
   SDL_FreeAudioStream
* Added functions to query and set the SDL memory allocation functions:
   SDL_GetMemoryFunctions()
   SDL_SetMemoryFunctions()
   SDL_GetNumAllocations()
* Added locking functions for multi-threaded access to the joystick and game controller APIs:
   SDL_LockJoysticks()
   SDL_UnlockJoysticks()
* The following functions are now thread-safe:
   SDL_SetEventFilter()
   SDL_GetEventFilter()
   SDL_AddEventWatch()
   SDL_DelEventWatch()

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 19424.

Note: See TracTickets for help on using tickets.