Or you can browse.

Conary Blogs

January 19, 2012
Posted by Michael Tharp
7:24 PM
Conary 2.3.10 Released

Conary 2.3.10 is a maintenance release

New Features:
  • Added support for caching repository passwords with keyutils (CNY-3718)
  • "Hidden" troves committed by a mirror script are now fetchable. This allows commit mail to be sent from a mirror target.
Bug Fixes:
  • PGP keys will no longer be deleted from the repository if the user that uploaded the key is deleted. (CNY-3710)
  • Changesets generated on systems using Python 2.7 now use a diff format compatible with Conary running on older versions of Python.
  • The never-used "conary updateconary" command, last seen in version 0.71.2, and associated server support have been removed.
  • Fixed a crash when updating a capsule package with a changed file version but the same fileId. (CNY-3719)
November 18, 2011
Posted by Michael Tharp
8:13 PM
Conary 2.3.9

Conary 2.3.9 is a maintenance release

Bug Fixes:
  • Fixed the 'rollback' command failing if --from-file was not specified. (CNY-3711)
November 15, 2011
Posted by Michael Tharp
4:10 PM
Conary 2.3.8 Released

Conary 2.3.8 is a maintenance release

New Features:
  • Added an experimental psycopg2 dbstore driver.
Bug Fixes:
  • Added --from-file to rollback command to allow passing a set of changesets which will be searched for capsule content. This is only needed/useful for localRollbacks of capsule packages. (CNY-3705)
  • Requests that get or put changesets now send the X-Conary-Servername header, fixing a proxying issue with some rBuilder configurations.
October 26, 2011
Posted by Michael Tharp
7:24 PM
Conary 2.3.7 Released

Conary 2.3.7 is a maintenance release

New Features:
  • The new rPath Corporate and Designated PGP signing keys have been added to the default keyring. (CNY-3702)
Bug Fixes:
  • Derived packages no longer build regular expressions for the set of files in a single component. (CNY-3594)
  • Python requires are now resolved against the destdir Python first even if there is a system Python of the same version. (CNY-3699)
September 29, 2011
Posted by Michael Tharp
3:00 PM
Conary 2.3.6 Released

Conary 2.3.6 is a maintenance release

New Features:
  • Added a "reference" section to mirror script configuration. If provided, the reference repository will be used to determine what troves are to be mirrored but the content will be downloaded from the "source" repository. This allows mirroring only the troves visible on an external mirror while using a closer copy of the repository contents that might have more troves than desired.
  • Added support for new MSI file magic.
Bug Fixes:
  • Conary now preloads all installer modules required for the entire operation before beginning. This prevents a bug where Conary updates itself to a new version with incompatible internal APIs, then attempts to load the now-incompatible module and crashes. (CNY-3662)