public
Description: Don't mind this, go to http://github.com/integrity/integrity
Homepage: http://integrityapp.com
Clone URL: git://github.com/foca/integrity.git
integrity / CHANGES
100644 43 lines (35 sloc) 1.587 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
0.1.9.3 / 2009-04-06
====================
 
* Fix one more URL issue
* Fix that notifiers are always enabled
* Fix for when the commit identifier can't be retrieved
* Fix the schema to accept NULL commit author and message
* Upgrade to DataMapper 0.9.11
* Remove all of deprecation code, except on Notifier::Base
* Notifiers were refactored and now require to be registered:
    Integrity.register(Integrity::Notifier::IRC)
* The installer do not migrate the database automagically after
  a successful install anymore
 
0.1.9.2 / 2009-03-28
====================
 
* Add development dependencies to gemspec
* Fix and improve deprecation (Josh Nichols)
* Fix a typo in post install message (Josh Nichols)
* Fix URLs issues (hopefully)
  * Calculate URLs using base_uri option instead of the request.url
  * Fix and use the URLs generation helpers in views. (Will Leinweber)
* Depend on sinatra-authorization (which has no dependency) instead
  of sinatra-ditties.
* Use [mg](http://github.com/sr/mg) to manage release
* Various tweaks to the bootstraping Rake tasks. I am not happy
  with them, though.
  <http://integrity.lighthouseapp.com/projects/14308/tickets/126>
 
0.1.9.1 / 2009-03-16
====================
 
* Add the Integrity::Notifier::Test mixin, aimed at helping
  writing test for notifiers.
    NOTE: The API is not fixed yet. See the following ticket
    <http://integrity.lighthouseapp.com/projects/14308-integrity/tickets/130>
* Add support for Heroku as a deployment option
* Fix the installer to work with the current Thor gem
 
 
(There is no changelog for previous release)