summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2018-01-06metastore v1.1.2v1.1.2Przemyslaw Pawelczyk
2018-01-06Makefile: Treat LDFLAGS as passed to the compiler, not linker directly.Przemyslaw Pawelczyk
2018-01-06NEWS: Mention recent PATH_MAX-related change.Przemyslaw Pawelczyk
See commit 16cde6c32fb3e0640ac01ca5d8ddea127f59106c for details.
2018-01-02metastore v1.1.1av1.1.1aPrzemyslaw Pawelczyk
2018-01-02.gitignore: Do not ignore debian/ directory.Przemyslaw Pawelczyk
https://bugs.debian.org/883539 Requested-by: Romain Francoise <rfrancoise@debian.org>
2017-12-04metastore v1.1.1v1.1.1Przemyslaw Pawelczyk
2017-11-24metaentry.c: Fix underallocation for xattr_lvalues.Przemyslaw Pawelczyk
Wrong type has been used for calculating size of requested memory. Underallocation happened in mentries_fromfile() code path if sizeof(ssize_t) > sizeof(int), which is true on 64-bit platforms. Reading metadata file with extended attributes entries led to corruption of metadata represented in memory on such platforms, so applying could led to corruption of metadata on disk too. Reported-by: Uros Juvan <asmpro@gmail.com>
2016-02-01metastore v1.1.0v1.1.0Przemyslaw Pawelczyk
2016-01-31NEWS: Update planned release date.Przemyslaw Pawelczyk
Starting from upcoming version 1.1.0 I won't ever put planned release date of the next version in NEWS file.
2016-01-30NEWS: Extract old times into ONEWS file.Przemyslaw Pawelczyk
2016-01-12NEWS: Update planned release date.Przemyslaw Pawelczyk
2016-01-12NEWS: Mention some important changes during my unofficial continuation.Przemyslaw Pawelczyk
2016-01-12metaentry.c: Fix meta entry handling in case of xattr errors.Przemyslaw Pawelczyk
getxattr() call can fail in mentry_create(), so NULL-initialize mentry->xattr_values[i] and update mentry->xattrs upon error, so there is no attempt in mentry_free() to free unitialized xattr_names[i] and xattr_values[i] pointers. Fixes #38.
2015-09-08Add action to dump metadata in human-readable form: -d / --dump.Przemyslaw Pawelczyk
metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28.
2015-09-08NEWS: Add info about recent bugfix in 489d586.Przemyslaw Pawelczyk
2015-09-02Merge branch 'impro/switch-xattr-header'Przemyslaw Pawelczyk
Conflicts: NEWS
2015-09-02NEWS: Add information about new example script.Przemyslaw Pawelczyk
2015-09-02NEWS: Add information about new option and unbashed scripts.Przemyslaw Pawelczyk
2015-02-08NEWS: Add information about xattr.h change.Przemyslaw Pawelczyk
2015-02-07Create NEWS file.Przemyslaw Pawelczyk
`git log` provides detailed stuff. NEWS file should only contain user-visible or really important changes.