I 'm testing bullet for a project and I like what I see so far

I got a couple of questions regarding vehicles though.
1) Any estimate on when braking will be implemented?
2) I have built a test app for testing vehicles. I started out by duplicating code from the vehicle demo. Now, everything goes well except one thing: my vehicle rolls over pretty easily if I slightly turn the wheels (not at max speed).
In other physics engines, I usually adjusted this by lowering the center of mass to be even below the vehicle (in some cases).
Is there a solution to this problem?
I should note that I 'm not after an ultra-realistic vehicle here. A simple, more "arcade" vehicle will suffice for my needs.
Regards.