From: Andre Noll Date: Wed, 21 Aug 2013 18:49:06 +0000 (+0200) Subject: Merge branch 't/setatt_fnmatch' X-Git-Tag: v0.5.0~7^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=439d8d00c44b61ea1d1eee9caca91ad71aae389e Merge branch 't/setatt_fnmatch' Was cooking for about two weeks and seems to work fine. 73299e com_setatt(): Allow to specify a file name pattern. fd5f94 Move com_setatt() from attribute.c to aft.c. a8573c com_setatt(): Use get_attribute_bitnum_by_name(). 47dbd9 Mark buffer pointer of pass_buffer_as_shm() as const. --- 439d8d00c44b61ea1d1eee9caca91ad71aae389e diff --cc NEWS index 55b0277f,4127e38b..035a23f0 --- a/NEWS +++ b/NEWS @@@ -1,15 -1,7 +1,17 @@@ --------------------------------------------- -0.?.? (to be announced) "invertible validity" +0.5.0 (to be announced) "invertible validity" --------------------------------------------- + - The sideband compatibility code has been removed, hence + sideband connections (introduced in 0.4.11) are now mandatory. + - Addblob commands can produce output. + - The stat command no longer sends garbage when para_server was + compiled against libgcrypt. + - Dependencies for gengetopt files are computed automatically. + This eliminates a constant source of build bugs. ++ - The setatt command now accepts file name patterns rather than only ++ path names. + -------------------------------------- 0.4.13 (2013-07-29) "spectral gravity" --------------------------------------