Changes since 0.3-alpha-p10:
- Improved check for missing functions
- New -v (--version) option
- New version numbering sceme: next release is 0.4.0

Changes since 0.3-alpha-p9:
- Removed compatibility functions (MD5, getopt_long)

Changes since 0.3-alpha-p8:
- Added BSD-style license - and install example cliverc in $pkgdatadir

Changes since 0.3-alpha-p7:
- Added --lcomments support (not in LJ yet)
- Added challenge/response authentication and made this default method
  Will automatically fallback to hash if server won't send a challenge
- Added --hashpass to use the old authentication

Changes since 0.3-alpha-p6:
- Added our own getopt_long() function, it's not as common as expected
- Added --enable-debug and --enable-DEBUG to ./configure script
- Add BUGS file with bug-reporting guidelines
- Several code cleanups
- Think I finally fixed the crasher

Changes since 0.3-alpha-p5:
- Worked around a crasher in Debian's asprintf() function
- Made a lot more function arguments constant
- Wrapped the source in GNU automake setup for easier distribution

Changes since 0.3-alpha-p4:
- Keep temporary data when posting fails (when using $EDITOR)
- Collapse multiple lines to a single line when --softreturn set
- Writing better documentation, error messages, source indenting

Changes since 0.3-alpha-p3:
- Fixed header detection (don't skip half the text)
- Fixed setting your mood (was broken a while ago)
- Fixed setting mood (with proper ID) from mood header

Changes since 0.3-alpha-p2:
- Use libc getopt() and getopt_long()
  If you don't have it: too bad - Try linking with -liberty then
- Interpret Subject: Music: and Mood: headers from the posting

Changes since 0.3-alpha-p1:
- Fixed custom post security using friendgroups
  It only works with names now, not with group IDs

Changes since 0.3-alpha:
- Decode the output of --levents
- Fixed a crasher in friend group listing
- Added --addfriend and --delfriend (only with default colours)

Changes since 0.2-beta-p1:
- Added --lfriends to list your friends (and their birthdays)
- Added --levents[=num] to list your recent journal entries
- Added --replace[=noteid] to replace/delete a journal entry
- Prompt for username and password if not supplied on cmdline/config

