pkgsrc/security/ykclient/PLIST
pettai 28032b4cf4 Version 2.10 (released 2013-05-15)
* Add ykclient_global_init and ykclient_global_done.
* Add ykclient_version.h header file with versioning information.
  New symbols are YKCLIENT_VERSION_STRING, YKCLIENT_VERSION_NUMBER,
  YKCLIENT_VERSION_MAJOR, YKCLIENT_VERSION_MINOR,
  YKCLIENT_VERSION_PATCH.  New function ykclient_check_version.
* Modified API to use 'ykclient_rc' enum as return type instead of 'int'.
* Enum also moved to separate new header file ykclient_errors.h.
  This should be backwards compatible.  It makes the return type
  clearer.
* Improve curl multi usage.
* ykclient: Cleanup command line tool a bit to make it more useful.
  Added --help, --version and --debug.  Defaults to silent output.  Exit
  codes are documented and more useful.  Added manpage.

(Moved HOMEPAGE and MASTER_SITES to the new GitHub project pages)
2013-06-16 09:35:54 +00:00

8 lines
222 B
Text

@comment $NetBSD: PLIST,v 1.2 2013/06/16 09:35:54 pettai Exp $
bin/ykclient
include/ykclient.h
include/ykclient_errors.h
include/ykclient_server_response.h
include/ykclient_version.h
lib/libykclient.la
man/man1/ykclient.1