Find ROOT Version Supporting Method?

Hi, I often have to work with ROOT installed on remote systems where I do not have permission to install my own software. Often these remote ROOTs are old versions, and are missing features and methods that I was using when writing code on my local machine (which has a recent ROOT from MacPorts).

Is there a good way of finding out in which version of ROOT a given feature/method/class first appeared? Or finding a summary of differences between two given versions? It would make things a little bit easier than “code and hope”. My current problem is with TH1::FindFirstBinAbove/FindLastBinAbove, when were those methods introduced?

Jean-François

[url]Can't call TH1D::FindFirstBinAbove(h1->GetMaximum()/2)