SD library update

Hi,

I'm using several shields with SD cards and I prefer to use a recent version of SDfat library because it has more features, but some shields do not work with it, for example Adafruit DataLogger shield for Arduino, which uses their own version of standard SD library in Arduino environment.

It lacks functions like rename, for example. So I need to code a rename function with the available resources: new file, read old file, write new file and finally delete old file.

Do you plan to update the SD library contained in Arduino IDE to a more recent version ?

Regards,
Joan