[SCM] libdata-uuid-perl Debian packaging annotated tag, upstream/1.219, created. upstream/1.219
Jonas Smedegaard
dr at jones.dk
Fri Jul 19 10:40:17 UTC 2013
The annotated tag, upstream/1.219 has been created
at c1d0c442d8c7e33f2f3ff44ee21dab5d82f80be7 (tag)
tagging 979ff3d572981535b59bf650b47983b0af626a83 (commit)
tagged by Jonas Smedegaard
on Fri Jul 19 11:33:59 2013 +0200
- Shortlog ------------------------------------------------------------
Upstream version 1.219
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABCgAGBQJR6QgHAAoJEE7BtyI3T5vWgggH/1QnHSPO0I8niyU+SjNIITuv
6FwNsdcQjjs5ERp6hkTYzR95Oow83Lv7rrr+LJNcnJQP2Ig1xurK5nG3T12YY9jg
LIHBCq4b3ZSgL4K831r+X/P8wU25WiR/gA5u4pIB5y9/BroGQBw+BrAfE4/xn9xH
z4tG2LIzz03ij6ZuUNd4+ncy2K7XKupigpXYnra5OFbyLq1xTP9tcCMwhMYv6NFY
FlY2hvBWTsErJXRZz38570WGCoyA0wBsmCXuFg15QGtDXMYZSeBpoLWuKFTGrJAc
Uz2Gl8M0pKHVpKHFysR1kmNpbnsLafDPUCVsM7BSsPylBnw/57GhHgs84CLQFOA=
=u6cp
-----END PGP SIGNATURE-----
Florian Ragwitz (11):
Replace autoloading of constants by actual constants.
class is never used, so we don't need to declare it either.
Avoid comparison between signed and unsigned.
Make things threadsafe.
Make NameSpace_X500 static.
Use PerlMemShared_* instead of Newx/Safefree so memory can be shared safely from threads that didn't alocate it themselfes.
Only try to track instances for threaded perls.
Pass along the interpreter to ptable_store, if needed.
Use gv_stashpv instead of gv_stashpvs
Stop mixing decls and code.
Avoid code before declarations
Jesse Vincent (1):
$! shouldn't leak into Data::UUID and break the scary autoload
Jonas Smedegaard (1):
Imported Upstream version 1.219
Michael G. Schwern (1):
Make sure all the uuids are unique.
Reini Urban (1):
cygwin pathsep fix
Ricardo SIGNES (32):
r19173 at knave: rjbs | 2006-02-25 19:49:59 -0500
r20062 at knave: rjbs | 2006-03-18 08:27:25 -0500
r20063 at knave: rjbs | 2006-03-18 08:36:52 -0500
r20066 at titan053: rjbs | 2006-03-18 08:39:38 -0500
r25505 at knight: rjbs | 2006-09-05 22:17:50 -0400
r25512 at knight: rjbs | 2006-09-05 22:31:02 -0400
r25513 at knight: rjbs | 2006-09-05 22:40:11 -0400
r25514 at knight: rjbs | 2006-09-05 22:41:42 -0400
r26012 at knight: rjbs | 2006-09-17 22:12:07 -0400
r26013 at knight: rjbs | 2006-09-17 22:16:27 -0400
r26088 at knight: rjbs | 2006-09-19 18:26:07 -0400
r27568 at knight: rjbs | 2006-11-06 17:31:42 -0500
r27569 at knight: rjbs | 2006-11-06 17:35:20 -0500
r27571 at knight: rjbs | 2006-11-06 17:50:19 -0500
r28012 at knight: rjbs | 2006-11-14 17:31:48 -0500
r28026 at knight: rjbs | 2006-11-14 18:03:01 -0500
r28027 at knight: rjbs | 2006-11-14 18:03:12 -0500
r28184 at knight: rjbs | 2006-11-16 09:10:55 -0500
r28185 at knight: rjbs | 2006-11-16 09:13:42 -0500
r28187 at knight: rjbs | 2006-11-16 10:22:09 -0500
r30916 at knight: rjbs | 2007-03-08 11:03:49 -0500
license
nerf author tests
apply patch from 39717
prep release
patch from RUZ: Use POPs+SvPV instead of POPpx which may have problems
bump vers
update links
changelog
bump versions
fix MANIFEST
prep next release
Ricardo Signes (20):
apply patch from DAXIM to avoid interactive config
prep next release
another version that escaped perl-reversion
credit
prep another trial release
fix manifest
bump vers
bump vers
bump version for final release
notice that we generate v3 uuids
prep next release
remove claim of zero deps
fix bogus export example
prep next release
credit to Tony, new version
suggest Data::GUID as an alternative
add a bit of docs on namespaces
github links
replace use vars with our
changelog, version
Tokuhiro Matsuno (1):
fixed segv cased by Data::UUID->create
Tony Cook (1):
add support for Haiku-OS
Vincent Pit (10):
Expurge C99 comments
Update ptable.h
Silence a couple of prototype-related warnings
make_ret() ought to be static
Constify base64
Silence two "unused variable" warnings in ptable.h
Use perl compatibility macros to convert UVs to pointers
Fix constness and remove useless casts in make_ret()
Skip t/threads.t on perl 5.8.2
Skip t/threads.t unless perl version is 5.13.4 or greater
sungo (3):
remove the unsigned designation on the first arg to newSVpv to match the api. This quashes compile warnings on Darwin.
notify user that pod coverage tests are not active due to AUTHOR_TESTING not being set, rather than a lack of Test::Pod::Coverage
squash compile warnings on win32 by extra escaping the storage dir definition
-----------------------------------------------------------------------
--
libdata-uuid-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list