Or you can browse.

Conary News

Development news and announcements regarding Conary.

Post details: Conary 2.0.43 released

May 23, 2009
Posted by Michael K. Johnson
1:46 AM
Conary 2.0.43 released

Conary 2.0.43 is a maintenance release.

Internal Changes:
  • Additional information is now included when Conary receives corrupt changesets, to assist in diagnosing the cause of the changeset corruption. (CNY-2629)
Bug Fixes:
  • File paths from changesets are now properly normalized, and the rest of the code correctly handles the single-slash prefix in the case of installing to the main root directory. This fix completes the change introduced in Conary 2.0.41 and reverted in Conary 2.0.42, that caused tag handlers to malfunction when run by Conary 2.0.41. (CNY-3142)
  • Conary now puts libtool .la files in :devellib components by default, rather than in :lib components, for better multilib development environment support. (CNY-3143)
  • An internal function, mkdirChain, used to create directories, could be subject to a race condition on Python 2.4. This has been corrected. (CNY-3145)
  • The documentation for the mode= argument to several build actions has been improved to make it clearer to specify an octal number. (CNY-3146)
  • The cvc refresh command properly handles URL strings that contain username and password specifications. (CNY-3108)