SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for bcfg2-server-1.2.0-4.rc1.fc16.noarch.rpm :
Wed Sep 7 14:00:00 2011 Fabian Affolter - 1.2.0-4.1.rc1
- Updated to new upstreadm version 1.2.0rc1

Wed Jun 22 14:00:00 2011 Fabian Affolter - 1.2.0-3.1.pre3
- Updated to new upstreadm version 1.2.0pre3

Wed May 4 14:00:00 2011 Fabian Affolter - 1.2.0-2.1.pre2
- Added bcfg2-lint stuff
- Pooled file section entries to reduce future maintainance
- Removed Patch

Wed May 4 14:00:00 2011 Fabian Affolter - 1.2.0-1.1.pre2
- Updated to new upstream version 1.2.0pre2

Sun Mar 20 13:00:00 2011 Fabian Affolter - 1.2.0-1.1.pre1
- Added doc subpackage
- Updated to new upstream version 1.2.0pre1

Mon Feb 7 13:00:00 2011 Fedora Release Engineering - 1.1.1-2.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Thu Nov 18 13:00:00 2010 Fabian Affolter - 1.1.1-2
- Added new man page
- Updated doc section (ChangeLog is gone)

Thu Nov 18 13:00:00 2010 Fabian Affolter - 1.1.1-1
- Updated to new upstream version 1.1.1

Fri Nov 5 13:00:00 2010 Jeffrey C. Ollie - 1.1.0-3
- Add patch from Gordon Messmer to fix authentication on F14+ (Python 2.7)

Mon Sep 27 14:00:00 2010 Jeffrey C. Ollie - 1.1.0-2
- Update to final version

Wed Sep 15 14:00:00 2010 Jeffrey C. Ollie - 1.1.0-1.3.rc5
- Update to 1.1.0rc5:
-
- Packages:
- - Assign the deps variable before resolution.
- - Allow xinclude and add XML error handling
- - Remove log line from black/whitelist test
- - Allow for whitelisting
- Patch from IRConan to allow for whitelisted packages in
- sources.
- - Treat blacklisted packages as if they don\'t exist
- Currently a blacklisted package stops further source processing.
- This prevents any other sources from defining a good package.
- - Document new knobs and added schema validator
- - Move knobs to config.xml
- - Resolver/Metadata options
- Patch from Jack Neely to add enable/disable options to the resolver
- and metadata pareser.
- - Allow soft relaods and use a checksum for cache file.
- Use checksum for cache file.
- Allow reloads of config.xml and sources without downloading everything.
- Merged config.xml and source processing into a single function.
- - Expose repo data as a Connector
- - fix type conflict
- - invalidate virt_pkgs cache when source data is reloaded
- - dep resolver rewrite
- Fix dep resolver to take all providers of a dependency into consideration.
- Rewrite resolver to be simpler at the same time.
- - Added support for \"apt\" and \"yum\" as non-distro specific magic groups
-
- YUMng:
- - Better error handling for installs
- - Deal with any possible Yum verify exceptions
- - patch from Tim Laszlo to handle verifying broken symlinks
- - fix bug #931
- getinstalledgpg() is an RPMng method and is no longer needed in YUMng.
- - Fix Path type=\'ignore\' traceback (Reported by Thomas Ackermann)
- - speed improvements, multilib verify bug fixes, configuration knobs
- The pkg_checks, pkg_verify, installed_action, version_fail_action, and
- verify_fail_action configuration knobs are all wired back up. Caching
- implemented to help speed up the package verify routine.
- Work arounds for Yum bug: http://yum.baseurl.org/ticket/573
- - Speed improvements, Enable reinstalls
- We no longer use RPMng in YUMng. This improves speed by not calling
- prelink as yum takes care of that for us.
- Yum can do reinstalls on package verify fail so lets wire that up.
- - All gpg-pubkey must be in the proper work queue to be installed.
- gpg-pubkeys are not packages, yet we treat them as so. They require
- special handling for all install/upgrades/etc. This corrects a
- condition where gpg-pubkeys were \"upgraded\" rather than \"installed.\"
- - YUMng display classes, always compare string versions of packages.
- The package object here can be either a yum PO or a string. Comparing
- strings to POs tracebacks.
- Display classes for the YUMng driver
- - YUMng re-implementation of VerifyPackage using the Yum API.
-
- doc:
- - Some clarifications on Decisions plugin.
- - Minor fixes to SSHbase documentation
- - Style fixes
- - Fix hyperlinks
- - Add the rest of the altsrc documentation for Ticket #923
-
- schema:
- - Schema updates for Path type=\"ignore\"
- - repo-validate: Validate two levels of Group nesting (Fixes
- Ticket #805)
-
- Misc:
- - bcfg2-repo-validate: Patch from Joe Digilio to fix tb in Ticket #939
- - Metadata: Add error message when file monitor fails
- - bcfg2.spec.in: Fix lxml requirement for bcfg2 client (Reported by tac on IRC)
- - Tools/__init__.py: Autoload client tools present in the Tools directory
- - bcfg2-info: Add IPython support (Patch from Jeff Strunk) for Ticket #921
- - BB: Deprecate BB plugin (Resolves Ticket #923)
- - bcfg2: Add back the new SSL key options (Fixes Ticket #916)
- The man page no longer contains the -K option mentioned in Ticket #908.
- This has been removed since [6013]. We still need the key option available
- in the client to prevent Ticket #916.
- - Added prefix option to [server] section
- - fixes for #910
- - \'-K\' is replaced by \'--ssl-key\'
- - SSLServer: handle socket errors on shutdown gracefully (Resolves #907 and #909)
- - bcfg2: fix option parsing for ssl key (Resolves Ticket #908)
- - Init: Fix traceback from ticket #906
- - Harmonised log messages
- - debian: Merge in changes from Arto Jantunen
- - bcfg2.init: Remove agent mode (no longer exists)
- - POSIX.py: Fix hardcoded errno value
- - Don\'t assume python2.5 is being used on successful hashlib import
- - Probes: Fix name collapse in case of group specific probes (arch.G20_foo -> arch) (Resolves Ticket #904)
- - TGenshi/TCheetah: Add base64 encoding support for files handled by non-Cfg plugins
- - bcfg2-server: logger.error doesn\'t work when bcfg2.conf doesn\'t exist
- - IPS fixups (from RickB)
- - DBStats: Fix random mysql errors
- - SSLServer: Retry failed writes
- - Commit whitelist/blacksupport for glob style entries
- - Cfg: Allow pull operations to update info.xml files

Tue Aug 31 14:00:00 2010 Jeffrey C. Ollie - 1.1.0-1.2.rc4
- Add new YUMng driver

Wed Jul 21 14:00:00 2010 David Malcolm - 1.1.0-1.1.rc4.1
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

Tue Jul 20 14:00:00 2010 Fabian Affolter - 1.1.0-1.1.rc4
- Added patch to fix indention

Tue Jul 20 14:00:00 2010 Fabian Affolter - 1.1.0-0.1.rc4
- Updated to new upstream release candidate RC4

Sat Jun 19 14:00:00 2010 Fabian Affolter - 1.1.0-0.1.rc3
- Updated to new upstream release candidate RC3

Sun May 2 14:00:00 2010 Fabian Affolter - 1.1.0-0.2.rc1
- Changed define to global
- Added graphviz for the server package

Wed Apr 28 14:00:00 2010 Jeffrey C. Ollie - 1.1.0-0.1.rc1
- Update to 1.1.0rc1
-
-
* Deprecate old-style server POSIX types
-
- You will now need to specify Path entries in the bcfg2 server
- configuration instead of the old ConfigFile, Directory, SymLink
- entries. A tool for helping you transition existing configurations
- can be found at:
-
- https://trac.mcs.anl.gov/projects/bcfg2/browser/tags/bcfg2_1_1_0rc1/tools/posixunified.py
-
- Compatibility with older clients is maintained through the use of
- the new POSIXCompat plugin which transforms the new Path entries to
- their older equivalents.
-
-
* New Sphinx documentation
-
- We have migrated user documentation to Sphinx. Information about
- building the documentation from the Bcfg2 source can be found at:
-
- https://trac.mcs.anl.gov/projects/bcfg2/wiki/Manual
-
-
* Migrate git plugin to Dulwich
-
* New detailed client view and other improvements in Django reports
-
* Encap removed
-
* New OS X packaging
-
* New Upstart client tool
-
* Migrate Hostbase to Django 1.1

Tue Apr 13 14:00:00 2010 Jeffrey C. Ollie - 1.0.1-1
- Update to final version

Fri Nov 6 13:00:00 2009 Jeffrey C. Ollie - 1.0.0-2
- Fixup the bcfg2-server init script

Fri Nov 6 13:00:00 2009 Jeffrey C. Ollie - 1.0.0-1
- Update to 1.0.0 final

Wed Nov 4 13:00:00 2009 Jeffrey C. Ollie - 1.0.0-0.5.rc2
- Only require python-ssl on EPEL

Sat Oct 31 13:00:00 2009 Jeffrey C. Ollie - 1.0.0-0.4.rc2
- Update to 1.0.0rc2

Mon Oct 26 13:00:00 2009 Jeffrey C. Ollie - 1.0.0-0.3.rc1
- Update to 1.0rc1

Fri Oct 16 14:00:00 2009 Jeffrey C. Ollie - 1.0-0.2.pre5
- Add python-ssl requirement

Tue Aug 11 14:00:00 2009 Jeffrey C. Ollie - 1.0-0.1.pre5
- Update to 1.0pre5

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 0.9.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Mon Feb 23 13:00:00 2009 Fedora Release Engineering - 0.9.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Sat Nov 29 13:00:00 2008 Ignacio Vazquez-Abrams - 0.9.6-2
- Rebuild for Python 2.6

Tue Nov 18 13:00:00 2008 Jeffrey C. Ollie - 0.9.6-1
- Update to 0.9.6 final.

Tue Oct 14 14:00:00 2008 Jeffrey C. Ollie - 0.9.6-0.8.pre3
- Update to 0.9.6pre3

Sat Aug 9 14:00:00 2008 Jeffrey C. Ollie - 0.9.6-0.2.pre2
- Update to 0.9.6pre2

Wed May 28 14:00:00 2008 Jeffrey C. Ollie - 0.9.6-0.1.pre1
- Update to 0.9.6pre1

Fri Feb 15 13:00:00 2008 Jeffrey C. Ollie - 0.9.5.7-1
- Update to 0.9.5.7.

Fri Feb 15 13:00:00 2008 Jeffrey C. Ollie - 0.9.5.7-1
- Update to 0.9.5.7.

Fri Jan 11 13:00:00 2008 Jeffrey C. Ollie - 0.9.5.5-1
- Update to 0.9.5.5
- More egg-info entries.

Wed Jan 9 13:00:00 2008 Jeffrey C. Ollie - 0.9.5.4-1
- Update to 0.9.5.4.

Tue Jan 8 13:00:00 2008 Jeffrey C. Ollie - 0.9.5.3-1
- Update to 0.9.5.3
- Package egg-info files.

Mon Nov 12 13:00:00 2007 Jeffrey C. Ollie - 0.9.5.2-1
- Update to 0.9.5.2

Mon Nov 12 13:00:00 2007 Jeffrey C. Ollie - 0.9.5-2
- Fix oops.

Mon Nov 12 13:00:00 2007 Jeffrey C. Ollie - 0.9.5-1
- Update to 0.9.5 final.

Mon Nov 5 13:00:00 2007 Jeffrey C. Ollie - 0.9.5-0.5.pre7
- Commit new patches to CVS.

Mon Nov 5 13:00:00 2007 Jeffrey C. Ollie - 0.9.5-0.4.pre7
- Update to 0.9.5pre7

Wed Jun 27 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-4
- Oops, apply right patch

Wed Jun 27 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-3
- Add patch to fix YUMng problem

Mon Jun 25 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-2
- Bump revision and rebuild

Mon Jun 25 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-1
- Update to 0.9.4 final

Thu Jun 21 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-0.1.pre4
- Update to 0.9.4pre4

Thu Jun 14 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-0.1.pre3
- Update to 0.9.4pre3

Tue Jun 12 14:00:00 2007 Jeffrey C. Ollie - 0.9.4-0.1.pre2
- Update to 0.9.4pre2

Tue May 22 14:00:00 2007 Jeffrey C. Ollie - 0.9.3-2
- Drop requires on pyOpenSSL
- Add requires on redhat-lsb
- (Fixes #240871)

Mon Apr 30 14:00:00 2007 Jeffrey C. Ollie - 0.9.3-1
- Update to 0.9.3

Tue Mar 20 13:00:00 2007 Jeffrey C. Ollie - 0.9.2-4
- Server needs pyOpenSSL

Wed Feb 28 13:00:00 2007 Jeffrey C. Ollie - 0.9.2-3
- Don\'t forget %dir

Wed Feb 28 13:00:00 2007 Jeffrey C. Ollie - 0.9.2-2
- Fix #230478

Mon Feb 19 13:00:00 2007 Jeffrey C. Ollie - 0.9.2-1
- Update to 0.9.2

Thu Feb 8 13:00:00 2007 Jeffrey C. Ollie - 0.9.1-1.d
- Update to 0.9.1d

Tue Jan 9 13:00:00 2007 Jeffrey C. Ollie - 0.8.7.3-2
- Merge client back into base package.

Wed Dec 27 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.3-1
- Update to 0.8.7.3

Fri Dec 22 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.1-5
- Server needs client library files too so put them in main package

Wed Dec 20 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.1-4
- Yes, actually we need to require openssl

Wed Dec 20 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.1-3
- Don\'t generate SSL cert in post script, it only needs to be done on
the server and is handled by the bcfg2-admin tool.
- Move the /etc/bcfg2.key file to the server package
- Don\'t install a sample copy of the config file, just ghost it
- Require gamin-python for the server package
- Don\'t require openssl
- Make the client a separate package so you don\'t have to have the
client if you don\'t want it

Wed Dec 20 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.1-2
- Add more documentation

Mon Dec 18 13:00:00 2006 Jeffrey C. Ollie - 0.8.7.1-1
- First version for Fedora Extras


 
ICM