summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b87a76c..5cf7d51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,11 @@ mozilla-devscripts (0.09) UNRELEASED; urgency=low
* [ mozclient ]
+ Full refactoring of mozclient. It is now written in object-oriented Perl.
The makefile version was getting difficult to extend and to maintain.
- We now have a base class and a set of VCS classes inheriting for it.
+ We now have a base class called MozClient::VCS and a set of VCS classes
+ inheriting for it.
- add src/mozclient.pl
- add src/mozclient/${projects}.conf
+ - add src/mozclient/lib/MozClient/{VCS,CVS,Mercurial}.pm
- move src/patches to src/mozclient/patches
- update src/${projects}.mk.in
- update src/Makefile