The official website is here:
and a full list of features can be found here:
http://openjdk.java.net/projects/jdk7/features/
I think the contents of the release are still subject to change. I'm not quite sure what it really means from a developer perspective - the most obvious change ( as you mention) is that of modularisation (JSR277/Jigsaw). It's still a bit of a contentious issue, there's some official discussion here from the lead developer's (Mark Reinhold) blog:
http://blogs.sun.com/mr/entry/jigsaw
The interesting thing here is that Apache Harmony (which is developed out of the JCP) is already a modular JDK via OSGi manifests, more info on this here:
http://www.infoq.com/news/2008/12/jigsaw-jsr277-dead
Hope that helps, it'll be an interesting release!
