Or you can browse.

Conary News

Development news and announcements regarding Conary.

Archives for: March 2010, 16

March 16, 2010
Posted by Whitney Battestilli
1:00 AM
Conary 2.1.10 Released

Conary 2.1.10 is a maintenance release.

New Features:
  • The "conary migrate" command no longer requires interactive mode, and now defaults to yes rather than no. (CNY-3361)
  • Added --diff option to verify and showchangeset commands to display output as a git-formatted diff.
  • Added --new-files option to verify to include files which were added to the system outside of conary package management. The verifyDirsNoNewFiles configuration option was added to pare down the tree conary looks through for new files.
  • Added exceptions and exceptDeps options to RPMRequires.
Internal Changes:
  • Optimized StreamCollection diff and eq operations to use frozen data if available.
  • Merged internals of localcs/verify implementation into new classes.
  • Flavor objects can now be used with the stdlib "pickle" module.
Bug Fixes:
  • SSL XMLRPC connections will now retry before raising an exception (CNY-3369)
  • Java requirements for classes depending on other classes for which provides have been dropped no longer propagate as trove or file requirements. (CNY-3362)
  • Auto-sourced files will now be fetched through an proxy if the appropriate *_proxy environment variable is set of the a proxy is configured for conary. (RBL-5714)
  • Lookaside fixed for files that have identical names but different contents (CNY-3256)
  • Jobs would be split inappropriately when capsules were pulled in through dependency resolution (CNY-3367)