* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Remove RUBY_HAS_ARCHLIB.
=== 4.2.3 / March 1, 2010
* Allow quotes in styles so you can do things like listing font-families. [Jason Garber]
* Fix uninitialized constant Gem::Specification::PLATFORM_CROSS_TARGETS in Rails [Jason Garber]
* Allow uppercase letters in class and ID attributes even though it's invalid [Jason Garber]
* Fix compatibility with newer Echoe, by using full-name for Platform [Flameeyes]
* Fixes for PPC/PPC64 [Flameeyes]
* Added a modified copy of 'Textile Reference' to a doc folder [codesponge]
* Add footnote return links [Jonathan Rudenberg]
* Add bug report link to the README
=== 4.2.2 / June 30, 2009
* Fix regression where percent wasn't accepted in style attribute. [Jason Garber]
=== 4.2.1 / June 16, 2009
* Fix regression where period wasn't accepted in style attribute. [Jason Garber]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-02-23:
* Ruby 1.9.x compatibility!
2010-02-16:
* excise a bunch of unnecessary @@ variables
* fix up some tests for cross-version compatibility
2010-02-14:
* generalized cleanup:
* fix old file headers
* modernize rakefile
* clean up rdoc
2010-01-08:
* move from RubyForge Subversion to GitHub
2007-02-22 (r81):
* make the plist parser accept strings contain XML or any object that responds to #read (File and StringIO being the intended targets here). Test and idea contributed by Chuck Remes.
2006-09-20 (r80):
* tweak a comment in generator.rb to make it clear that we're not using Base64.b64encode because it's broken.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes are too many to write here, please refer CHANGELOG.rdoc.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes are unknown.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
= 0.7.1 (2010-08-19)
* Rails fixes for form_for called from erb templates
= 0.7.0
* Sinatra 1.0 support
* Full Tilt 1.0+ support, including "yield" support for layouts
= 0.6.10
* Rails fixes for form_for + content_for
= 0.6.9
* Bug fix for url_for. Previously, you'd need to capture { *_path } instead of
using the named route directly. Only affected rails 2.3.4+.
= 0.6.8 (2010-06-03)
* Add a regression for issue Github #17 (for judofyr / Camping)
= 0.6.7 (2010-06-02)
* Add rails support for 2.3.5 - 2.3.8
* Improved rails documentation
= 0.6.6 (2010-06-01)
* ruby 1.9.1 support. Closes Github Issues #10 & #11.
* Removed Tilt deprecation warnings
= 0.6.4
* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
Markaby::Builder.new { 'foo' }.to_s #=> "foo"
* Fix critical bug with form_for, which was raising an error
* Introduce proxy object for form_for:
form_for :foo do |f|
f.text_field :bar
f.text_field :baz
end
* Remove support for rails 2.1.x series. We'll accept patches for them, if anyone cares enough.
== 0.6.2 / 0.6.3
* Add basic support for the Tilt templating engine (used with Sinatra):
require 'markaby'
require 'markaby/tilt'
== 0.6.1
* Support the following rails versions:
1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 2.1.0, 2.1.1, 2.1.2, 2.2.0,
2.2.1, 2.2.2, 2.2.3, 2.3.1, 2.3.2, 2.3.2.1, 2.3.3, 2.3.3.1, 2.3.4
* Only run rails tests when inside a rails plugins
* Run tests of the various versions of rails with garlic
* Start conversion to rspec. Use test/spec temporarily until conversion is done.
= 0.6
=== 23 August, 2009
* Canonical repo changed to http://github.com/joho/markaby
* Gem moved to Github (using jeweler)
* Rails init process changed to work with rails > 2.1
* Default attributes on the root (<html>) element can now be overidden
* Reworked CssProxy, allowing attributes on hr and br
* Added Kernel#mab convenience method (require 'markaby/kernel_method')
* WhenOnRails: Can now use :locals with render_markaby
* WhenOnRails: Template errors now report line number
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.
!! Changes 0.0.6 from 0.0.5: 2010-08-28
* fix missing NEWS.ja for packaging
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes may be too many, please refer http://haml-lang.com/ in detail.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
== 1.5.3
* A bug fix from Timothy Elliott to return the new parser to its strict quote
tolerance.
== 1.5.2
* A bug fix to allow IO Exceptions to reach the calling code from Moses Hohman.
* Added support for <tt>:write_headers => false</tt> to Table.to_csv().
== 1.5.1
* A bug fix for deleting blank Table rows from Andy Hartford.
* Added gem build instructions.
== 1.5.0
* The main parser has been rewritten by Timothy Elliott to avoid big input
issues with Ruby 1.8's regex engine. This makes FasterCSV handle more inputs
gracefully.
* FasterCSV will now exit with a notice to upgrade if required in Ruby 1.9.
* Included a missing file so the tests will run in source packages.
== 1.4.0
* Added encoding support patch from Michael Reinsch.
* Improved inspect() messages for better IRb support.
* Fixed header writing bug reported by Dov Murik.
* Use custom separators in parsing header Strings as suggested by Shmulik Regev.
* Added a <tt>:write_headers</tt> option for outputting headers.
* Handle open() calls in binary mode whenever we can to workaround a Windows
issue where line-ending translation can cause an off-by-one error in seeking
back to a non-zero starting position after auto-discovery for
<tt>:row_sep</tt> as suggested by Robert Battle.
* Improved the parser to fail faster when fed some forms of invalid CSV that can
be detected without reading ahead.
* Added a <tt>:field_size_limit</tt> option to control FasterCSV's lookahead and
prevent the parser from biting off more data than it can chew.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
Switch to bluecloth 2.0.7.
Please refer http://www.deveiate.org/projects/BlueCloth for detail.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Move MASTER_SITES to first section.
* Update HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
ruby18 and ruby19 based packages.
1.5.8
=====
ca2da36 Updated install.rb and created man page
3671c9f [#4583] Refactor uptime to use Resolution.exec
fca8861 [#4594] Reintroduce fix for #1291 from original patch
32c0cb0 [#4594] Revert "fixes #2573, #2085, #1291..."
e7df4c0 Updated CHANGELOG for 1.5.8rc2
9c9cabd Better fix for Bug 4569: Uptime Fact is incorrect on Windows
01a515f [#4289] operatingsystemrelease fact for oel, ovs
b6c0a6b Fix for bug #4569
51bcebe Fixed Rakefile package task version detection
81ccb48 Removed references to Reductive Labs in the Rakefile
1.5.8rc1
========
f280703 Incremented version to 1.5.8
98ef5e8 Updated CHANGELOG for 1.5.8rc1
4398b36 Updated CHANGELOG rake task
e02be1d [#4156] Updating spec to match Kai's change
bff84c2 [#4156] Applying patch by Kai
b7fe989 [#2330] Update uptime calculation to use /bin/cat
e9a60bc Facter::Manufacturer - sunos test + simplified regex
be411c0 Facter::Manufacturer - test for SunOS and FreeBSD
67f6604 [#4062] Implement operating system facts for MeeGo
a2bcacd [#2330] Uptime should not make redundant system calls
ce7bd9f Refactor rakefile to use spec.ops, separate rcov task
faaa169 Fix#4352 - Support for detecting KVM virtuals on FreeBSD
82286e4 Fix#4352 - Support for detecting virtuals (jails) on FreeBSD
b2c2114 Properly wrapped the windows ipaddress fact in a setcode block.
1bd2ca2 Fixed#3929 - Added user confine to AIX memory facts
8106bc3 Adding HP-UX support to Facter's IP facts
83b3ea6 Fixed#3393 - Updates to Facter for MS Windows
ffcae46 Fixed#3403 - Added fact to query vlans; added spec test
d4b8401 Merged Jos Backus patch to remove requirement for ftools altogether
73dcbb9 Fixed#2355 read hang on /proc/xen/capabilties on RHEL 4.7
d109def Fix#1365 - load all facts via cli
6c87917 Fixed failing test introduced by previous commit
c5b8d3b Fixes#3740 - split dmi output on regex
25bf5c2 Fix virtual unit test on non-linux by stubbing kernel
9a00eae Fixed#2313 - Somewhat essential hardware facts not available on OpenBSD, patch included
e19024b Fixed#2938 - interfaces that don't match ^\w+[.:]?\d+ are ignored
97879f9 Added support for Slackware in operatingsystem and operatingsystemrelease
802e6c2 Fixed#3542 - Ruby 1.9: broken unittest, String#each no longer exists
2f016f3 Fixed#3541 - Ruby 1.9: broken unittest, unexpected invocation: Process.waitall()
84d3d9f Fixed#3445 - Facter does not handle solaris branded zones properly
b5a8de0 Fix for #3411 install.rb should not put "." first in the tmp_dirs
8ea33eb Fixed#3447 - OVS and OEL not matching in operatingsystemrelease
aeee83c Fixed#3410 - Warnings in rake spec
8bf8cb5 Fixes#3397 - is_virtual fact does not detect Linux-VServer
62b6773 Add kvm support to virtual fact
dca615c fixes#2573, #2085, #1291 - fixes domain and fqdn facts resolution
86447c8 Revert "use popen3 in Resolution.exec"
7750f03 Fix#2341 - stricter handling of dmidecode split
f4269d9 Fix#2746 - add architecture support for GNU/kFreeBSD
50cef83 Fix missing error case
356cf15 Remove whitespace in DMI facts (#3008, #3011)
feecd39 Only ignore IPs starting with 127.
68fc123 Added package signing task
33fb770 use popen3 in Resolution.exec to catch stderr
8109806 introduce a warn mechanism for debugging
b2c1ca5 Add docs to Mac OS X package creation script and clean out old docs in the preflight
5412eab Fixed : 2788 - ftools missing in Ruby 1.9
5b95a12 Fixes#2704. Problem finding install.rb three levels up
9aef69e Removed all ChangeLog
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Update HOMEPAGE.
* Add LICENSE.
== 1.3.2 / 2010-04-09
* 1 bug fix
- removing the now defunct "tasks" folder from the deployed gem
== 1.3.1 / 2009-10-26
* 1 bug fix
- explicitly killing the Rev loop when stopping
== 1.3.0 / 2009-10-21
* 2 major enhancements
- added support for Rev based notifications
- added support for EventMachine based notifications
* 1 minor enhancement
- pulled out the scanner thread into its own class
== 1.2.0 / 2009-04-12
* 2 minor enhancements
- added an option to persist state to a file [Benjamin Thomas]
- the option to run the directory watcher scanner manually
== 1.1.2 / 2008-12-14
* 1 minor bugfix
- fixed directory creation if the watched directory did not exist
* Comment out none existing MASTER_SITES. gem files are still available.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
* Update HOMEPAGE.
* Remove default value of GEM_BUILD.
=== 2.0.23 / 03 Jun 2010
* delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]
Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
packet being sent immediately, ahead of the data in the output buffer. Now
buffer becomes empty.
=== 2.0.22 / 20 Apr 2010
* Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]
=== 2.0.21 / 20 Mar 2010
* Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
* Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
* Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
* Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]
=== 2.0.20 / 10 Feb 2010
* Support "ProxyCommand none" directive [Andy Lo-A-Foe]
=== 2.0.19 / 16 Jan 2010
* Support plus sign in sshconfig hostname [Jason Weathered]
=== 2.0.18 / 15 Jan 2010
* Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
=== 2.0.17 / 14 Dec 2009
* Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
=== 2.0.5 / 19 Aug 2010
* Fixed missing StringIO exception in download! [Toby Bryans, Delano Mandelbaum]
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Remove default value of GEM_BUILD.
* Ajust new ruby package's framework.
=== 1.0.3 / 17 Aug 2010
* replace :sanitize_file_name with a call to String#shellescape [Sung Pae]
* Added gemspec file and removed echoe dependency [Miron Cuperman, Delano Mandelbaum]
* Removed Hanna dependency in Rakefile [Delano Mandelbaum]