Release 1.1.30.0

- Merged changes from V_1_1_29_40_POST_ACCEPTANCE:
  - YAppEloop(): Add YAbstractFamilyMember *parent to ctor
  - YAbstractFamilyMember: Add 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:
    - Add:
      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;
    - Add many private methods
This commit is contained in:
Jan Lindemann 2011-02-20 14:08:18 +00:00 committed by Jan Lindemann
commit 4fa387b655
2 changed files with 23 additions and 1 deletions

21
CHANGES
View file

@ -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

View file

@ -1 +1,2 @@
1.1.29-44-dev
1.1.30-0-dev