LegendaryCoin 1.0.4.1 Released & Source updated 
Binaries:
https://github.com/legendarycoin/legendarycoin/releasesSource: https://github.com/legendarycoin/legendarycoin
Added New Seednode
Fixed GetBalance Bug
Incremented Version
Fixed Windows gitian build
Changed to OpenSSL 1.0.1g (heartbleed fix)
Update now
After upgrading on Linux server I get: "Error loading blkindex.dat "
Restored the backup legendarycoind file and worked again.
Do I need to delete the blockchain and resync?
Anyone else have this issue?
Are you recompiling or running the static download ? if recompiling are you running a clean first ?
I am following the same steps as all the other updates (Always worked in the past).
cd ~/legendarycoin
git pull
cd ~/legendarycoin/src
$ make -f makefile.unix
Then backup old coind
cd /usr/bin
sudo rm legendarycoind.backup
sudo cp ./legendarycoind ./legendarycoind.backup
sudo rm ./legendarycoind
Then copy the new compiled version:
sudo cp ~/legendarycoin/src/legendarycoind .
ps -A (Find legendarycoind PID and kill it)
kill xxxx
Then Restart coind:
/usr/bin/legendarycoind