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