Skip to content

Commit

Permalink
Add 0.4.10 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Mar 9, 2011
1 parent 662c793 commit 8e78994
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc/ReleaseNotes.org
@@ -1,6 +1,6 @@
#+TITLE: Pallet - Release Notes #+TITLE: Pallet - Release Notes


The latest release is 0.4.9. The latest release is 0.4.10.


* 0.5.0-SNAPHSOT * 0.5.0-SNAPHSOT
** Install ** Install
Expand Down Expand Up @@ -48,11 +48,21 @@ The release is on [[http://oss.sonatype.org/content/repositories/releases/org/cl


This makes script functions behave similarly to ordinary clojure functions This makes script functions behave similarly to ordinary clojure functions
and methods. The first element of a form now has to resolve to a script and methods. The first element of a form now has to resolve to a script
function, unless it is a string. function, unless it is a string or a keyword implemented by pallet.stevedore.


(file/rm ~path :force true) (file/rm ~path :force true)
("rm" -f ~path) ("rm" -f ~path)



* 0.4.10
** Install

The release is on [[http://oss.sonatype.org/content/repositories/releases/org/cloudhoist/pallet][sonatype]].

** Fixes
- Switch from jclouds/node-tag (removed in beta 9), and fix use of
:environment at the service level

* 0.4.9 * 0.4.9
** Install ** Install


Expand Down

0 comments on commit 8e78994

Please sign in to comment.