fredagen den 15 augusti 2008 19.35.05 skrev Shawn O. Pearce: > + private void addIdentity(final File identityFile) > + throws JSchException { > + final String path = identityFile.getAbsolutePath(); > + if (loadedIdentities.add(path)) > + provider.getJSch().addIdentity(path); > } Ok, this breaks 3.3 compatibility and I accidentally pushed it to master. Now Marek also has stuff that only works (well) with 3.4 becaujse of bugs in 3.3, that won't be fixed. So maybe we'd better skip 3.3 in order to work faster. I.e. I won't revert this commit, but I am willing to accept a patch to "fix" it in order to prolong 3.3 compatibilty. -- robin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html