Commit b1373e2a29cbecac09d539fbb53a778fda7aac9e

Authored by Daniela Feitosa
2 parents 83d6d9db 94d6e68d

Merge branch 'stable'

Showing 3 changed files with 9 additions and 1 deletions   Show diff stats
AUTHORS
... ... @@ -21,12 +21,14 @@ João M. M. da Silva + Paulo Meirelles <jaodsilv@linux.ime.usp.br>
21 21 Joenio Costa <joenio@colivre.coop.br>
22 22 Josef Spillner <josef.spillner@tu-dresden.de>
23 23 Keilla Menezes <keilla@colivre.coop.br>
  24 +Larissa Reis <larissa@colivre.coop.br>
24 25 Larissa Reis <reiss.larissa@gmail.com>
25 26 Leandro Nunes dos Santos <leandronunes@gmail.com>
26 27 LinguÁgil 2010 <linguagil.bahia@gmail.com>
27 28 Martín Olivera <molivera@solar.org.ar>
28 29 Moises Machado <moises@colivre.coop.br>
29 30 Nanda Lopes <nanda.listas+psl@gmail.com>
  31 +Paulo Meirelles <paulo@softwarelivre.org>
30 32 Rafael Gomes <rafaelgomes@techfree.com.br>
31 33 Raphaël Rousseau <raph@r4f.org>
32 34 Raquel Lira <raquel.lira@gmail.com>
... ...
debian/changelog
  1 +noosfero (0.34.3) unstable; urgency=low
  2 +
  3 + * Bugfixes version release
  4 +
  5 + -- Daniela Soares Feitosa <daniela@colivre.coop.br> Thu, 26 Jan 2012 14:11:22 -0200
  6 +
1 7 noosfero (0.34.2) unstable; urgency=low
2 8  
3 9 * Bugfixes version release
... ...
lib/noosfero.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '0.34.2'
  3 + VERSION = '0.34.3'
4 4  
5 5 def self.pattern_for_controllers_in_directory(dir)
6 6 disjunction = controllers_in_directory(dir).join('|')
... ...