LAT 0.5.4 Released
I’m pleased to announce the release of LAT 0.5.4. Changes since 0.5.3:
SSL support
Allow drag and drop LDIF export from search results
Wrote man page
Added pt_BR translation
BUGFIX: Fixed build errors in lat.spec.in
Download a copy today!
LAT – Brazilian Portuguese Translation
Got a nice surprise this morning, a Brazilian Portuguese translation for LAT courtesy of Pablo Borges. I’ve checked it into the code repository if anyone wants to try it out.
NASL Interpreter
I’ve been doing some work on the NASL interpreter the last couple of days. I did some minor code cleanup and I’ve started on creating stubs for the built-in functions.
As it stands today, the interpreter can take .nasl scripts and run them through a parser and lexer based on the NASL grammar. The functions [...]
Sussen 0.12
Sussen 0.12 has been released. See the release notes and/or download a copy.
GNOME News
Forgot to mention this on Friday but I saw that Jeff Waugh was looking for RSS feeds of announcements and news from GNOME-related projects. I sent him the feeds for Sussen and LAT. He thought they were cool so he added them to the GNOME News site.
RPMs and NUnit
Spent some time installing a copy of Fedora Core 3 in VMWare. Took a bit of time but it’s all working now.
I set this up so I could start on creating a .spec file for creating RPMs. I’ve created these before but this time I’m trying to create multiple packages from a single [...]
Build System Update
Did some work this morning on the autotools-based build system and it’s now possible to only build certain parts of Sussen.
The configure options are –disable-client, –disable-agent and –disable-server
This should allow us to create separate binary packages for each component instead of having an all-in-one solution. My current thinking for package names [...]