pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ykclient
Module Name: pkgsrc
Committed By: pettai
Date: Sun Jun 16 09:35:54 UTC 2013
Modified Files:
pkgsrc/security/ykclient: Makefile PLIST distinfo
pkgsrc/security/ykclient/patches: patch-Makefile_in
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ykclient/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/ykclient/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ykclient/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ykclient/patches/patch-Makefile_in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index