summaryrefslogtreecommitdiffstats
path: root/changes2changelog
Commit message (Collapse)AuthorAgeFilesLines
* Delete quilt.changesJean Delvare2014-04-171-20/+0
| | | | | | | | | | | | | | File quilt.changes is essentially redundant with git log. It is close to useless to packagers and users as it contains too much details while at the same time some important changes can be missing when we forget to include them in the file. A new file, NEWS, was created to list the user-visible change summary for each version. This is much more useful for the target audience. NEWS is now used instead of quilt.changes to generate the %changelog section of the rpm spec file. Thus we can delete quilt.changes, as well as changes2changelog.
* Be less strict on changelog formatv0.60Jean Delvare2012-02-291-3/+0
| | | | Unrecognized lines are simply discarded now.
* - Make sure that the %changes section in the spec file willAndreas Gruenbacher2006-01-311-0/+2
| | | | contain POSIX dates (#15591).
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-0/+21
- Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.