/[pkg-sql-ledger]/ledger-smb/trunk/debian/changelog
ViewVC logotype

Diff of /ledger-smb/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 204 by jame-guest, Sat Mar 14 15:02:12 2009 UTC revision 418 by jame-guest, Wed Jan 18 00:40:17 2012 UTC
# Line 1  Line 1 
1  ledgersmb (1.2.17-2) UNRELEASED; urgency=low  ledgersmb (1.3.10-1) experimental; urgency=low
2    
3      * New upstream release.
4      * Install pos.conf.pl.template as an example file.
5      * Correct softlink for the ledgersmb-httpd.conf file.
6    
7     -- Robert James Clay <jame@rocasa.us>  Tue, 17 Jan 2012 19:38:09 -0500
8    
9    ledgersmb (1.3.9-2) experimental; urgency=low
10    
11      * Change debhelper compatibility to 8.
12      * Changes to debian/control:
13        - Change debhelper Build-Depends to >= 8.
14        - Change web server dependency to 'apache2 | httpd-cgi'.
15        - Make the postgresql related Depends/Suggests unversioned.
16      * Changes to debian/postrm:
17        - Rewrite how the old dpkg-statoverride usage is being dealt with.
18      * Changes to debian/postinst:
19        - Do not use dpkg-statoverride to set default permissions.
20        - If Apache is present, configure it for use with LedgerSMB.
21      * Changes to debian/rules:
22        - Changed to using dh and a mimimal debian/rules.
23        - Do not install MIT-LICENSE file from the embedded Scriptaculous library.
24        - Do permissions corrections here instead of in the maintenance scripts
25          and do them in the override_dh_fixperms target.
26      * Changes to debian/copyright:
27        - Update the end year for my debian directory copyright information.
28        - Add information regarding the embedded Scriptaculous Javascript library.
29      * Changes to debian/ledgersmb.lintian-override:
30        - Override the package-contains-empty-directory Lintian Warnings for the
31          directories scripts/custom and LedgerSMB/Reconciliation/CSV/Formats.
32        - Remove the override related to the Scriptaculous license file.
33      * Change how the ledgersmb-httpd.conf file is installed.
34      * Include patches for some application cgi script shebang issues.
35      * Include patches for application documentation spelling & NAME entry issues.
36      * Use debian/ledgersmb.manpages to list the man pages to be installed.
37      * Prefix binary-package specific file names in the debian directory with
38        the package name.
39    
40     -- Robert James Clay <jame@rocasa.us>  Sun, 15 Jan 2012 13:38:19 -0500
41    
42    ledgersmb (1.3.9-1) experimental; urgency=low
43    
44      * New upstream release.
45      * Clean up the debian/watch control file.
46      * Changes to debian/rules:
47        - Add build-arch and build-indep targets.
48        - Add a call for dh_perl to the binary-indep target.
49        - Add removal of created ledgersmb-httpd.conf to clean target.
50        - Run 'make distclean' in the clean target if the created Makefile
51          is present.
52      * Changes to debian/control:
53        - Add ${perl:Depends} to the Depends line.
54        - Change the Recommends for the lpr package to a Suggests.
55        - Updated the Standards-Version to 3.9.2, no changes needed.
56        - Remove ${shlibs:Depends} from Depends line as it is unneeded.
57        - Replace the Recommends for a mail-transport-agent with
58          "default-mta | mail-transport-agent".
59      * Correct spelling error and correct missing note about upstream release
60        in the 1.3.8-1 entry for the debian/changelog.
61      * Override Lintian warnings regarding the embedded Scriptaculous Javascript
62        library until LedgerSMB can be tested with the versions available in Debian.
63    
64     -- Robert James Clay <jame@rocasa.us>  Sat, 24 Dec 2011 13:40:35 -0500
65    
66    ledgersmb (1.3.8-1) experimental; urgency=low
67    
68      * New upstream release.
69      * Added a debian/TODO file.
70      * Do not install v1.3.x INSTALL file with package.
71      * Update debian/patches/05_confdir.patch for v1.3.8.
72      * Minor edit to the short description in debian/control.
73      * Reorganize Depends and Recommends entries in debian/control.
74      * Replace XML::Twig package references with OpenOffice::OODoc.
75      * Update to v1.3.x README.Debian adapted from v1.3 INSTALL file.
76      * Add ledgersmb-httpd.conf.template to debian/ledgersmb.examples.
77      * Create default ledgersmb-httpd.conf from ledgersmb-httpd.conf.template.
78      * Remove chmod of /etc/ledgersmb/*.pl from postinst as no longer necessary.
79      * Upstream no longer providing an HTML version of the manual, so remove that
80        entry in debian/ledgersmb.doc-base.
81    
82     -- Robert James Clay <jame@rocasa.us>  Thu, 15 Dec 2011 14:58:50 -0500
83    
84    ledgersmb (1.3.0-1) experimental; urgency=low
85    
86      * New upstream release, first in the v1.3 series.
87      * Initial adaptation of the Debian packaging to the new version as neccessary.
88    
89     -- Robert James Clay <jame@rocasa.us>  Fri, 05 Nov 2011 22:42:43 -0400
90    
91    ledgersmb (1.2.25-1) stable; urgency=low
92    
93      * New upstream release, which includes corrections for sql injection issue.
94      * Updated Standards-Version in debian/control to 3.9.1; no changes required.
95      * Updated copyright years as necessary to include 2011 in debian/copyright.
96      * Use dpkg-statoverride and postinst to set /etc/ledgersmb/* permissions.
97      * Use dh_lintian in debian/rules to install ledgersmb.lintian-overrides.
98      * Updated debhelper compatibility to 7 and Build-Depends to 7.0.50.
99      * Updated the package Depends and Recommends in debian/control.
100      * Updated the README.Debian file and added a Debian TODO file.
101      * Updated as neccessary for how files installation is done.
102      * Changed package patching system from dpatch to quilt.
103      * Change 'dh_clean -k' to dh_prep in debian/rules.
104      * Switch to dpkg-source 3.0 (quilt) format.
105    
106     -- Robert James Clay <jame@rocasa.us>  Sun, 23 Oct 2011 15:49:46 -0400
107    
108    ledgersmb (1.2.24-1) unstable; urgency=low
109    
110      * New upstream release
111      * Updated the debian/patches/15_httpdconf.dpatch patch.
112      * Updated Depends line in debian/control:  added libconfig-any-perl,
113        changed libhtml-parser-perl to libhtml-linkextractor-perl, added
114        libdata-dumper-simple-perl.
115    
116     -- Robert James Clay <jame@rocasa.us>  Sat, 01 Oct 2011 17:35:37 -0400
117    
118    ledgersmb (1.2.23-1) unstable; urgency=low
119    
120      * New upstream release
121      * Cleanup newline issue in debian/links file.
122    
123     -- Robert James Clay <jame@rocasa.us>  Mon, 28 Sep 2011 09:43:37 -0400
124    
125    ledgersmb (1.2.22-1) unstable; urgency=low
126    
127      * New upstream release
128      * Add note to README.source about how the source archive is currently
129        being created.
130    
131     -- Robert James Clay <jame@rocasa.us>  Mon, 28 Sep 2011 08:19:11 -0400
132    
133    ledgersmb (1.2.21-1) unstable; urgency=low
134    
135      * New upstream release
136      * Detailed the Debian packaging copyright in debian/copyright.
137    
138     -- Robert James Clay <jame@rocasa.us>  Sun, 21 Mar 2010 21:16:00 -0400
139    
140    ledgersmb (1.2.20-1) unstable; urgency=low
141    
142      * New upstream release
143    
144     -- Robert James Clay <jame@rocasa.us>  Sat, 20 Feb 2010 11:40:38 -0500
145    
146    ledgersmb (1.2.19-1) unstable; urgency=low
147    
148      * New upstream release
149    
150     -- Robert James Clay <jame@rocasa.us>  Sat, 13 Feb 2010 12:08:25 -0500
151    
152    ledgersmb (1.2.18-1) unstable; urgency=low
153    
154      [ Robert James Clay ]
155    * Added index.html link to doc/ledgersmb/html_manual/LedgerSMB-manual.html    * Added index.html link to doc/ledgersmb/html_manual/LedgerSMB-manual.html
156    * Added HTML format section to ledgersmb.doc-base    * Added HTML format section to ledgersmb.doc-base
157    
158   -- Robert James Clay <jame@rocasa.org>  Sat, 14 Mar 2009 10:42:42 -0400    [ Elizabeth Krumbach ]
159      * New upstream release
160    
161     -- Elizabeth Krumbach <lyz@princessleia.com>  Mon, 06 Apr 2009 00:16:23 +0000
162    
163  ledgersmb (1.2.17-1) unstable; urgency=low  ledgersmb (1.2.17-1) unstable; urgency=low
164    

Legend:
Removed from v.204  
changed lines
  Added in v.418

  ViewVC Help
Powered by ViewVC 1.1.5