| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| < | > | |||||
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
Conary Blogs
January 19, 2012
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.
- 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
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
Conary 2.3.8 is a maintenance release
New Features:- Added an experimental psycopg2 dbstore driver.
- 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
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)
September 29, 2011
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.
- 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)