Commit Graph

19 Commits

Author SHA1 Message Date
Nedko Arnaudov 4dcd67d735 ladish-1.2
Changes since 1.1:

 * Apply downstream patches from FreeBSD
 * meson: Fix project license field (MIT->GPL-2.0-only)
 * meson: Fix version.h when building from tarball
 * meson: disable siginfo build
 * meson: Fix after README->README.adoc rename in 1.1
2024-03-29 16:43:50 +02:00
Nedko Arnaudov 5102838329 meson: Fix version.h when building from tarball
meson.build always assumed running from git source tree,
resulting in GIT_VERSION with value "" (empty string).

This commit makes meson use the tarballed version.h,
for the cases when not building from git source tree.
2024-03-27 16:58:41 +02:00
Nedko Arnaudov cdad426401 meson: Fix project license field (MIT->GPL-2.0-only)
Most of code is GPL2+, but common/klist.h comes from Linux kernel,
so as a whole, GPL2 only is valid (but consult your lawyer anyway)
2024-03-27 16:09:13 +02:00
Nedko Arnaudov 36c8215978 NEWS: Apply FreeBSD patches 2024-03-26 23:26:42 +02:00
Nedko Arnaudov cedf52e1e9 NEWS: Adjust for 1.1 (post-factum) 2024-03-26 23:23:25 +02:00
Nedko Arnaudov 11122ed666 Update NEWS for version 1 2011-12-19 00:54:16 +02:00
Nedko Arnaudov 4a2c6cc69b Update NEWS for preview 3 2011-12-19 00:48:34 +02:00
Nedko Arnaudov b7e8c6823f Update NEWS 2009-12-29 09:01:46 +02:00
Nedko Arnaudov 50a72744c8 Some docs 2009-09-01 02:22:16 +03:00
Nedko Arnaudov 62df09f73f Big cleanup (remove alsa)
Also removed:
 * clients (they use old api)
 * docs (obsolete)
 * dtd (new project format will evolve)
2009-07-12 14:25:08 +03:00
Dave Robillard 1cc61e7458 Compiler error/warning fixes.
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@53 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2007-02-27 02:01:51 +00:00
Dave Robillard 3dcf4ba517 Switched LASH_START_SERVER for LASH_NO_START_SERVER (with opposite semantics),
for consistency with Jack and to lower learning curve.


git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@48 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-10-17 08:01:23 +00:00
Dave Robillard 4aee0eb9de Release preparation
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@47 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-10-08 17:06:45 +00:00
Dave Robillard 8b1cb1420d Preparation for 0.5.2 release.
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@45 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-10-05 08:01:25 +00:00
Dave Robillard 5eb7d1c88a *** empty log message ***
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@32 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-03-27 01:49:05 +00:00
Dave Robillard ce997a64ba Bumped copyright date and version number for 0.5.1 release
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@28 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2006-03-25 00:47:55 +00:00
Dave Robillard 6f9ee53aa2 Tweaked panel slightly, updated README and NEWS
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@14 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2005-09-19 11:34:53 +00:00
Dave Robillard 8e3a0133b2 Updated version numbers, URLs, and dates throughout
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@7 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2005-09-15 09:23:33 +00:00
Dave Robillard 0fffb9efd3 Initial checkin
git-svn-id: svn://svn.savannah.nongnu.org/lash/trunk@2 1de19dc7-4e3f-0410-a61d-eddf686bf0b7
2005-09-13 05:22:59 +00:00