Project

General

Profile

« Previous | Next » 

Revision 2d86f62e

Added by Lukas Zapletal over 10 years ago

Bump version to 1.3-develop

View differences:

CHANGELOG
2013-09-02 Jeremy Kitchen <kitchen@kitchen.io>
* fixes #3009 - add Proxy::Log to Proxy::DNS::Nsupdate class so 'logger.debug' works
2013-08-16 Sam Kottler <shk@redhat.com>
* Fixes #2941: don't mention autosigning when direct signing fails
2013-07-19 Dominic Cleal <dcleal@redhat.com>
* fixes #2055 - add rubyipmi dependency for BMC support
2013-07-19 Sam Kottler <shk@redhat.com>
* Fix #2807: Remove the SCL prefix from the name
2013-07-17 Povilas Daukintis <povilas@daukintis.lt>
* Fixes #2790 - Optionally set DNS TTL value from settings.yml config file
2013-07-04 Daniel Baeurer <daniel.baeurer@gmail.com>
* fixes #2738 - handle multiple dynamic modulepaths
2013-06-27 Dmitri Dolguikh <dmitri@appliedlogic.ca>
* Fixes #2714 - corrected IO#popen parameter on ruby 1.8.7
2013-06-19 Dmitri Dolguikh <dmitri@appliedlogic.ca>
* fixes #2673 - none/wildcard http 'accept' headers are being handled correctly now
2013-06-18 Dmitri Dolguikh <dmitri@appliedlogic.ca>
* fixes #2662 - Proxy::Util.escape_for_shell is being used in PuppetRun.run and MCollective.run methods
2013-06-14 Greg Sutcliffe <gsutclif@redhat.com>
* Fixes #2659 - Use gsub in a non-destructive manner
* Fixes #2654 - Rewrite master as production when only one environment is found
2013-06-13 Lukas Zapletal <lzap+git@redhat.com>
* fixes #2652 - systemd service now working
2013-06-07 Dmitri Dolguikh <dmitri@appliedlogic.ca>
* fixes #2520 - defines default settings for dns and puppet
2013-06-04 Kamil Winczek <kwinczek@gmail.com>
* fixes #2614 - log messages regarding puppetrun via mcollective
2013-05-28 Greg Sutcliffe <gsutclif@redhat.com>
* Fixes #2119 - Properly support colon-separated modulepath
2013-05-23 Dominic Cleal <dcleal@redhat.com>
* fixes #2547 - fix ruby-abi on non-SCL EL6
2013-05-22 Dominic Cleal <dcleal@redhat.com>
* Add nonscl koji tags to build configuration
* Bump version to 1.2-develop
* fixes #2514 - lock minitest to 4.7
* fixes #2523 - add missing require
......
* fixes #2387 - Add shell provider to the BMC API
2013-04-10 Lukas Zapletal <lzap+git@redhat.com>
* adding Sinatra
* adding Sinatra::Request.accept? method for pre-1.3.0
* refactoring http accept header for Sinatra 1.4.2+
2013-03-17 Dominic Cleal <dcleal@redhat.com>
......
2013-03-10 Dominic Cleal <dcleal@redhat.com>
* Ignore .bundle dir
* fixes #2209 - explicitly use Proxy
* fixes #2209 - explicitly use Proxy::Puppet::Environment#name for to_json
2013-03-04 Greg Sutcliffe <gsutclif@redhat.com>
* fixes #2255 Fix frozen facts in facts_api
......
2011-03-17 Ohad Levy <ohadlevy@gmail.com>
* fixes #755 - parenthesize warning
* fixes #754 - undefined method '+' for #<Proxy
* fixes #754 - undefined method '+' for #<Proxy::DNS::Error
* Updating releas relate files
* fixes #732 - provide better defaults inside rpm package
......
* fixes #613 - Allow to use SSL to communicate with the proxy
* cleanup sinatra code. helpers are now shared accross all urls.
* fixes #610 - tftp file fetching should be logged into the smart-proxy log
* fixes #571 - Use Net
* fixes #571 - Use Net::Ping library rather than system call
* Clean up of unused code, typos and debug messages
2011-01-06 Ohad Levy <ohadlevy@gmail.com>
Contributors
Ashley Penney <apenney@gmail.com>
Corey Osman <corey@logicminds.biz>
Daniel Baeurer <daniel.baeurer@gmail.com>
Dmitri Dolguikh <dmitri@appliedlogic.ca>
Dominic Cleal <dcleal@redhat.com>
DoubleMalt <christoph@web.crofting.com>
Ewoud Kohl van Wijngaarden <github@kohlvanwijngaarden.nl>
......
Jan Vansteenkiste <jan@vstone.eu>
Jason Antman <jason@jasonantman.com>
Jeff Palmer <jeff@palmerit.net>
Jeremy Kitchen <kitchen@kitchen.io>
Jochen Schalanda <jochen@schalanda.name>
Justin Sherrill <jsherril@redhat.com>
Kamil Winczek <kwinczek@gmail.com>
Lukas Zapletal <lzap+git@redhat.com>
Marcello de Sousa <foreman-dev@area151.com>
Mark Bainter <mark.bainter@match.com>
......
Paul Kelly <paul.ian.kelly@googlemail.com>
Paul Kelly <pikelly@blueyonder.co.uk>
Paul kelly <paul.ian.kelly@googlemail.com>
Povilas Daukintis <povilas@daukintis.lt>
Raffael Schmid <raffael@yux.ch>
Roberto <roberto_moral@cable.comcast.com>
Sam Kottler <sam@kottlerdevelopment.com>
extra/changelog
#!/usr/bin/env ruby
cmd=`git log --pretty='format:%ci::%an <%ae>::%s'`
cmd=`git log --pretty='format:%ci___%an <%ae>___%s'`
list = {}
list_order = []
......
contributors_file = "Contributors"
cmd.each_line do |l|
date, author, subject = l.chomp.split("::")
date, author, subject = l.chomp.split('___')
date, time, zone = date.split(" ")
id = "#{date}\t#{author}"
foreman-proxy.spec
%endif
Name: foreman-proxy
Version: 1.2.9999
Release: 3%{dist}
Version: 1.3.9999
Release: 1%{dist}
Summary: Restful Proxy for DNS, DHCP, TFTP, PuppetCA and Puppet
Group: Applications/System
......
%changelog
* Thu Sep 05 2013 Lukas Zapletal <lzap+rpm[@]redhat.com> - 1.3.9999-1
- bump to version 1.3-develop
* Wed Jul 03 2013 Dominic Cleal <dcleal@redhat.com> - 1.2.9999-3
- add rubyipmi dependency for BMC support
* Wed Jun 13 2013 Lukas Zapletal <lzap+rpm[@]redhat.com> - 1.2.9999-2
lib/proxy.rb
module Proxy
MODULES = %w{dns dhcp tftp puppetca puppet bmc}
VERSION = "1.2-develop"
VERSION = "1.3-develop"
require "checks"
require "proxy/settings"

Also available in: Unified diff