Announcing Release 1.06-rc2 of the ooPinChangeInt library.
This release incorporates a fix from JRHelbert for the Arduino MEGA platform, such that Arduino pins 14 and 15 (on PORTJ) now should work properly. This fix has not been tested, unfortunately, although the code is simple enough that I have high hopes that it works out of the box.
Let me know if you notice any issues.
As usual, the website is at Google Code Archive - Long-term storage for Google Code Project Hosting. but the source code is now on Github, and Downloads are not on Bintray.
This code will not work with the Due (not to be confused with the Duemilanove), because the Due is based on an ARM Cortex CPU. For that you simply use the attachInterrupt() function.