Skip to content

Commit

Permalink
chg: doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
beeftornado committed Jun 24, 2015
1 parent f1d5c06 commit 154f470
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
Changelog
=========

0.4.1 (2015-06-24)
------------------

New
~~~

- _DEBUG flag. [Casey Duquette]

Setting _DEBUG to "on" before executing will run the script in debug
mode.

Changes
~~~~~~~

- Update changelog. [Casey Duquette]

- Use absolute paths to Brewfiles. [Casey Duquette]

Fix
~~~

- When shell profile gets modified, reload the current shell. [Casey
Duquette]

Some programs required some initialization in the bash profile of a
user, but subsequent steps might fail unless the user closed the shell
and reopened it to load the new settings. This change will do the
reloading after steps that make changes to the login script.

- Added logic to handle special case installing python on osx. [Casey
Duquette]

One user on a fresh machine had to specify compiler flags to install
python or it would complain about openssl libs not being available. I
think this only affects people who use openssl or want to use the
openssl from homebrew. I reran it on my computer and it still works
okay.

0.4 (2015-03-17)
----------------

Expand Down

0 comments on commit 154f470

Please sign in to comment.