Commit 7761a49bb37d2cec80bc210ec8ed61cc5fe00cfa
1 parent
c357ffbc08
Exists in
master
Update ChangeLog and NEWS
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
Showing 2 changed files with 31 additions and 0 deletions Side-by-side Diff
ChangeLog
... | ... | @@ -2,9 +2,22 @@ |
2 | 2 | --- --- -- 2016 Madrisan <davide.madrisan(a)gmail.com> |
3 | 3 | |
4 | 4 | + improvement |
5 | + * templates/kde5 - Silvan Calarco | |
6 | + (Not very recent) updates to template. | |
7 | + | |
8 | + * conf/04-rpmbuild-format-unpackaged-filelist.conf - Silvan Calarco | |
9 | + moving KDE4 icons to /usr/share/icons to share them with KF5. | |
10 | + | |
11 | + * conf/03-apse.conf - Silvan Calarco | |
12 | + use a mirror for distrowatch or they will ban your IP. | |
13 | + | |
5 | 14 | * templates/python - Davide Madrisan |
6 | 15 | Add the rpm macros required for building both Python2 and Python3 packages |
7 | 16 | with a single specfile. |
17 | + | |
18 | ++ bugfix | |
19 | + * lib/libnetwork.lib - Silvan Calarco | |
20 | + Support for git repositories which don't have '.git' in their url. | |
8 | 21 | |
9 | 22 | ------------------------------------------------------------------------------- |
10 | 23 |
1 | +List of user visible changes in the release 1.16.7 | |
2 | + | |
3 | +-- Improvement | |
4 | + | |
5 | + * templates/kde5 - Silvan Calarco | |
6 | + templates/python - Davide Madrisan | |
7 | + Update to templates. | |
8 | + | |
9 | + * conf files - Silvan Calarco | |
10 | + Minor improvements. | |
11 | + | |
12 | +-- Bugfix | |
13 | + | |
14 | + * lib/libnetwork.lib - Silvan Calarco | |
15 | + Support for git repositories which don't have '.git' in their url. | |
16 | + | |
17 | +------------------------------------------------------------------------------- | |
18 | + | |
1 | 19 | List of user visible changes in the release 1.16.6 - "Tuscany" release |
2 | 20 | |
3 | 21 | -- Improvement |