Hello all.
What do you think about moving to SDL2 from legacy 1.2? All additional libraries (sdl-mixer, sdl-image, sdl-gfx, ...) already supports 2.0. As benefit we gain wider platform support (Android guys will be pleased so much) and some minor enhancements (for example, sdl-image now supports Save_PNG() function at last).
Of course, SDL 2 have incompatible API with 1.2 (mostly main window initialization and input handling), but I believe, migration should be relatively easy.