aboutsummaryrefslogtreecommitdiffstats
path: root/src/versioninfo.rc.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-08Release 1.52libgpg-error-1.52gpgrt-1.52Werner Koch1-1/+1
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch1-1/+1
2022-01-27Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch1-1/+1
* configure.ac: Bump LT version to C32/A32/R2.
2021-11-03Release 1.43libgpg-error-1.43gpgrt-1.43Werner Koch1-1/+1
2020-02-18core: Add a high level option/argument parser.Werner Koch1-1/+1
* gpg-error.h.in (GPGRT_CONFDIR_USER, GPGRT_CONFDIR_SYS): New consts. (ARGPARSE_FLAG_SYS, ARGPARSE_FLAG_USER, ARGPARSE_FLAG_VERBOSE) (ARGPARSE_NO_CONFFILE, ARGPARSE_CONFFILE, ARGPARSE_OPT_CONFFILE): New consts. (ARGPARSE_conffile, ARGPARSE_noconffile): New macros. (gpgrt_set_confdir): New func. (gpgrt_argparser): New func. * src/argparse.c (confdir): New var. (enum argparser_states): New. (struct _gpgrt_argparse_internal_s): Add a couple of new fields. (initialize): Init them. (any_opt_conffile): New. (_gpgrt_argparser): New. (_gpgrt_set_confdir): New. * src/visibility.c (gpgrt_argparser): New. (gpgrt_set_confdir): New. * src/gpg-error.def.in, src/gpg-error.vers: Add those functions. * tests/t-argparse.c (main): Reworked. * tests/etc/t-argparse.conf: New file. * tests/t-argparse.conf: New file. -- gpgrt_argparser is a high level version of gpgrt_argparse. It handles reading of configuration files internally and allows allows for a global configuration file. The design is so that it minimizes the work to replace the existing option parsing in gpg and friends by this one and to allow global configuration files for them. This is the just the basic code which should allow replacement of the parsers. A forthcoming patch will implement flags for options given in the global config file. GnuPG-bug-id: 4788 Signed-off-by: Werner Koch <[email protected]>
2019-01-16Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch1-1/+1
* configure.ac: Bump LT version to C26/A26/R0. Signed-off-by: Werner Koch <[email protected]>
2018-04-23doc: Add SPDX indentifier for the versioninfo template.Werner Koch1-0/+1
--
2017-02-28Release 1.27libgpg-error-1.27Werner Koch1-1/+1
* configure.ac: Bump LT version to C22/A22/R0. -- Note that C21/A21/R0 was used in 1.26 but later lost in the repo due to a merge. Signed-off-by: Werner Koch <[email protected]>
2016-04-25Release 1.22.libgpg-error-1.22Werner Koch1-1/+1
* configure.ac: Set LT version to C18/A18/R0. Signed-off-by: Werner Koch <[email protected]>
2015-03-06w32: Add a manifest to libgpg-error.Werner Koch1-0/+1
* src/gpg-error.w32-manifest.in: New. * src/Makefile.am (EXTRA_DIST): Add it. (versioninfo.lo): Depend on it. * src/versioninfo.rc.in: Add it. * configure.ac (AC_CONFIG_FILES): Add it. (BUILD_VERSION): New. Signed-off-by: Werner Koch <[email protected]>
2013-02-23Add version macros and check function.Werner Koch1-2/+2
* configure.ac (VERSION_NUMBER): New ac_subst. (BUILD_FILEVERSION): Build on all platforms (BUILD_TIMESTAMP): Try to use an ISO string. * src/Makefile.am (extra-h.in): Add new version numbers. * src/versioninfo.rc.in: Update copyright year. * src/version.c: New. (gpg_error_check_version): New API. * src/gpg-error.h.in: Add gpg_error_check_version prototype. * src/gpg-error.def.in: Add gpg_error_check_version * tests/t-version.c: New. * tests/Makefile.am (TESTS): Add t-version.c * src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/. -- All other GnuPG libraries do this, thus we do it here as well.
2012-11-16Switch to the new automagic beta numbering scheme.Werner Koch1-4/+4
* configure.ac: Change to a git only revision id setup. (BUILD_FILEVERSION): Use revision id for this. * src/versioninfo.rc.in (FileVersion): Use LT version.
2005-08-19Final changes for building a DLL.Werner Koch1-2/+2
2005-08-19Does now allow to build a W32 DLL.Werner Koch1-0/+52