[freeside-commits] branch FREESIDE_4_BRANCH updated. 25c53e7a6e00998d3c0cd03939a893d60260a59c

Ivan ivan at 420.am
Wed Feb 17 00:46:11 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  25c53e7a6e00998d3c0cd03939a893d60260a59c (commit)
       via  edbef131632787b463653a66d96394d1390a1e8b (commit)
      from  24d17d1b4a68b065243c4a3366eb0f002e9b4d10 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 25c53e7a6e00998d3c0cd03939a893d60260a59c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 17 00:46:08 2016 -0800

    4.1

diff --git a/FS/FS.pm b/FS/FS.pm
index 3ec3f76..c8ab27e 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '4.0';
+$VERSION = '4.1~git';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done

commit edbef131632787b463653a66d96394d1390a1e8b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 16 23:03:58 2016 -0800

    4.0

diff --git a/FS/FS.pm b/FS/FS.pm
index 85c8043..3ec3f76 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '4.0~git';
+$VERSION = '4.0';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
diff --git a/debian/changelog b/debian/changelog
index d5fd647..9a08e66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-freeside (3.4~20140918-1) UNRELEASED; urgency=low
+freeside (4.0-1) unstable; urgency=low
 
+  [ Jeremy Davis ]
   * Complete packaging.
 
- -- Jeremy Davis <jeremyd-debian at freeside.biz>  Thu, 18 Feb 2014 15:50:36 -0500
+  [ Ivan Kohler ]
+  * 4.0
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Tue, 16 Feb 2016 23:03:03 -0800
 
 freeside (3.0~20130205-1) UNRELEASED; urgency=low
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS.pm         |    2 +-
 debian/changelog |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list