New features
- Support for line-continuation has been added to the configuration format parser. With this feature long configuration lines can be split into multiple lines. See the documentation for more information.
- From now on
getpwnam_r
andgetgrnam_r
fromlibc
will be used instead of parsing/etc/passwd
and/etc/group
directly. This enables the use of letmein in scenarios with alternative user handling (e.g. NSS).