diff --git a/CHANGES b/CHANGES index 529972f5..03444aae 100644 --- a/CHANGES +++ b/CHANGES @@ -373,3 +373,24 @@ o added YAbstractLoadableObject::subconf() Version 1.1.29.0 ---------------- o added YAbstractApplication::_lockFd and _lockFilePath + +Version 1.1.30.0 +---------------- +o merged changes from V_1_1_29_40_POST_ACCEPTANCE: + - YAppEloop(): added YAbstractFamilyMember *parent to ctor + - YAbstractFamilyMember: added const char *logname() const + - file_io ops, added: + int (*lstat64)(void *context, const char *path, struct stat64 *buf); + int (*symlink)(void *context, const char *oldpath, const char *newpath); + int (*readlink)(void *context, const char *path, char *buf, size_t bufsize); + - YStringTree: + - added: + int setLinkTraits(int flags); + const char *childContent(const char *item_, int idx=0) const; + YStringTree *child(const std::string &name, int flags = f_resolve_symlinks); + YStringTree *child(int index); + bool isLink() const; + const YStringTree *root() const; + - added many private methods + + diff --git a/VERSION b/VERSION index 26b04b88..312d0dfc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1,2 @@ -1.1.29-44-dev +1.1.30-0-dev +