0.0.1 (2021/03/XX) * Project imported from http://github.com/paxed/dgamelaunch (last commit: f9bf041b50e00dda95b5b94031a457ff2b1cafd8) * dgl-create-chroot now is compatible with OpenBSD * The user authentication code now uses bcrypt for password hashing, via crypt_newhash() and crypt_checkpass(). * A known pass-the-hash vulnerability is believed to no longer work when dgame-launch runs on OpenBSD. * The maximum password length has been increased to 55 characters. * Added support for OpenBSD's pledge().