Mailing List Archive

GPGME CVS branched
Hi,

I have just branched off the 1.0.x tree of GPGME to continue on 1.1.x,
or whatever it will become when it is ready.

No dramatic changes are expected for the 1.1.x tree, at least not in
the interfaces. But some development is planned which is
destabilizing, so 1.0.x will be kept around for bug fixes only. 1.0.x
is basically backward compatible all the way down to 0.4.1 (with minor
glitches), and no API or ABI changes are scheduled for that branch.

For the time being, most people will want to stay with gpgme 1.0.x,
until the new development version has stabilized and 1.1.0 has been
released. To do this, move to the gpgme-1-0-branch:

If you check out the source, do:

cvs checkout -r gpgme-1-0-branch gpgme -d -P

If you already have a checkout and want to move it to the branch:

cvs update -r gpgme-1-0-branch -d -P

If you don't do that, and just stay on the HEAD branch, you will get to see
all the new breakages and bugs ;)

If you want to move back from the branch to CVS HEAD:

cvs update -A -d -P

Thanks,
Marcus
Re: GPGME CVS branched [ In reply to ]
On Tuesday, 7. December 2004 19:54, Marcus Brinkmann wrote:

gpgme has recently been changed to use ttyname_r in gpgsm-engine.c. ttyname_r
is not available on a lot of platforms, including FreeBSD - it would be nice
if ttyname_r usage could be optionalised and checked for by configure.

--
,_, | Michael Nottebrock | lofi@freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org
Re: GPGME CVS branched [ In reply to ]
On Saturday, 11. December 2004 13:04, Michael Nottebrock wrote:
> On Tuesday, 7. December 2004 19:54, Marcus Brinkmann wrote:
>
> gpgme has recently been changed to use ttyname_r in gpgsm-engine.c.
> ttyname_r is not available on a lot of platforms, including FreeBSD - it
> would be nice if ttyname_r usage could be optionalised and checked for by
> configure.

Well, actually not so recently, but I haven't had a chance to work on gpgme on
FreeBSD in a long time... :)

--
,_, | Michael Nottebrock | lofi@freebsd.org
(/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
\u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org