[Cocoa] bezierPathWithRoundedRect:xRadius:yRadius:
Matt Gemmell wrote a good article about Cocoa updates in Leopard.
Additionally, I found a slight useful method:
+ (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)yRadius