Project

General

Profile

« Previous | Next » 

Revision 74e333fb

Added by Ohad Levy almost 12 years ago

  • ID 74e333fb52d1676e8be70db4e30494092afc76f1

1.0RC2

View differences:

CHANGELOG
2012-07-18 Greg Sutcliffe <greg.sutcliffe@gmail.com>
* fixes #1733 - Environment issue if the env is not specifically defined
2012-07-18 Jeff Palmer <jeff@palmerit.net>
* Fixes #1734 : Bump version number in the Rakefile
2012-07-18 Ohad Levy <ohadlevy@gmail.com>
* fixes #1759 - puppet 2.7.18 changed puppetca output
2012-06-24 Ohad Levy <ohadlevy@gmail.com>
* 1.0RC1
* fixed minor test failure
2012-06-24 Greg Sutcliffe <gsutcliffe@ibahn.com>
Contributors
Greg Sutcliffe <greg.sutcliffe@gmail.com>
Greg Sutcliffe <gsutcliffe@ibahn.com>
Jason Antman <jason@jasonantman.com>
Jeff Palmer <jeff@palmerit.net>
Jochen Schalanda <jochen@schalanda.name>
Justin Sherrill <jsherril@redhat.com>
Lukas Zapletal <lzap+git@redhat.com>
Rakefile
spec = Gem::Specification.new do |s|
s.name = "foreman_proxy"
s.version = "1.0.0"
s.version = "1.0RC2"
s.author = "Ohad Levy"
s.email = "ohadlevy@gmail.com"
s.homepage = "http://theforeman.org/"
lib/proxy.rb
module Proxy
MODULES = %w{dns dhcp tftp puppetca puppet}
VERSION = "1.0RC1"
VERSION = "1.0RC2"
require "checks"
require "proxy/settings"

Also available in: Unified diff