[Git][noosfero/noosfero][stable-1.2] 2 commits: debian-install: also install postfix

Antonio Terceiro gitlab at gitlab.com
Fri Oct 2 18:20:10 BRT 2015


Antonio Terceiro pushed to branch stable-1.2 at Noosfero / noosfero


Commits:
f8106bc5 by Antonio Terceiro at 2015-10-02T17:50:02Z
debian-install: also install postfix

(cherry picked from commit 849780be1a3373b834c0402c57e431a0dc542b0b)

- - - - -
3a164928 by Antonio Terceiro at 2015-10-02T17:54:52Z
Bumping version 1.2.5

- - - - -


3 changed files:

- debian/changelog
- lib/noosfero/version.rb
- util/debian-install/install


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+noosfero (1.2.5) wheezy; urgency=low
+
+  * Bug fixes release
+
+ -- Antonio Terceiro <terceiro at colivre.coop.br>  Fri, 02 Oct 2015 17:54:46 -0300
+
 noosfero (1.2.4) wheezy; urgency=low
 
   * Bug fix release


=====================================
lib/noosfero/version.rb
=====================================
--- a/lib/noosfero/version.rb
+++ b/lib/noosfero/version.rb
@@ -1,6 +1,6 @@
 module Noosfero
   PROJECT = 'noosfero'
-  VERSION = '1.2.4'
+  VERSION = '1.2.5'
 end
 
 root = File.expand_path(File.dirname(__FILE__) + '/../..')


=====================================
util/debian-install/install
=====================================
--- a/util/debian-install/install
+++ b/util/debian-install/install
@@ -93,7 +93,7 @@ fi
 
 apt-get update
 apt-get dist-upgrade -qy
-apt-get install -qy postgresql
+apt-get install -qy postgresql postfix
 
 apt-cache policy noosfero
 apt-get install -qy noosfero noosfero-apache



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/ab717cf379017f122e181b34ed97ead9d824f15c...3a1649286de824be6ef7a132a6873044ede057cf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151002/749bb3f2/attachment.html>


More information about the Noosfero-dev mailing list