Odin had been updated to versioin 2011-01-12.
Download: ftp://ftp.netlabs.org/pub/odin/odin32bin-20110112-release.wpi
Page: http://svn.netlabs.org/odin32
Changes: 2011-01-12: Dmitry A. Kuminov - minivcrt: Use the own version of _fullpath() instead of the kLIBC one because the latter isn't capable of resolving non-existent paths (it allows only the last component to not exist) and it may also unexpectedly change the current drive of the calling process. - user32: Fixed national character input in a foreign process when an Odin DLL attaches to it (such as Firefox and Flash 10) which was broken in the previous release. - user32: Fixed incorrect code page translation of window title text seen in windows created on threads other than the main GUI thread. - user32: Make GetQueueStatus() return actual message summary in high word instead of the copy of the low word. - user32: Fixed a crash during DnD when the dragged object was moved through the title over the window frame.