summarylogtreecommitdiffstats
path: root/changelog
blob: e74919b1dac417746d5a6144505bd4be1b9bc30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
v0.7.7-2 (2019-05-12)
* Add conflict with makemetapkg

v0.7.7-1 (2019-05-06)
* Makefile: Fix targets dependency order for generating scripts/manpage/libs

v0.7.6-1 (2019-03-18)
* repkg: Fix file path for existence check in rename-file

v0.7.5-1 (2019-03-16)
* Makefile: Properly state dependencies for generating the prefix file

v0.7.4-1 (2019-03-05)
* repkg: Fix path related issues for remove-backup and rename-file

v0.7.3-1 (2018-09-24)
* Makefile: Fix PREFIX_… variable declarations - more

v0.7.2-1 (2018-09-23)
* Makefile: Fix PREFIX_… variable declarations
* Makefile: Force rebuilding files containing software version

v0.7.1-1 (2018-09-19)
* PKGBUILD: Add provides and conflicts for provided scripts

v0.7.1-1 (2018-09-18)
* repkg: Properly handle *non*-versioned depends/conflicts/provides/replaces

v0.7-1 (2018-09-18)
* Split from pacman-hacks PKGBUILD, only package remakepkg + required scripts
* repkg: Automatically add provision for old package version/release
* repkg: Properly handle versioned depends/conflicts/provides/replaces
* Bug fixes as in v0.6.1, v0.6.2, v0.6.3, v0.6.4 and v0.6.5

v0.6.5-3 (2018-08-27)
* pacman-hacks-build: Add versioned dependency on pacman-hacks
* Add provides and conflicts for all included scripts

v0.6.5-2 (2018-08-25)
* Clean rebuild (for man pages)

v0.6.5-1 (2018-08-22)
* metapkg: Properly escape special characters in description strings

v0.6.4-1 (2018-08-17)
* metapkg: Properly generate conflicts/provides/replaces lines in PKGBUILD
* metapkg: Fix output file location when being passed a relative path

v0.6.3-1 (2018-08-07)
* metapkg: Print info message for optional dependencies as well

v0.6.2-1 (2018-06-24)
* remakepkg: Add forgotten command line option -R

v0.6.1-1 (2018-06-24)
* remakepkg: Don't check for (wrong) output file existence

v0.6-1 (2018-06-24)
* metapkg: Add conflicts/provides/replaces
* repkg: -o now takes an output *directory* (instead of output *filename*)
* repkg: Packages now get a dotted suffix for the pkgrel
* zr: Repository profiles are now read from $XDG_CONFIG_HOME/zr/repos
* Bug fixes as in v0.5.1 and v0.5.2

v0.5.2-1 (2018-06-24)
* repkg: Fix error handling + file check that could lead to incomplete packages

v0.5.1-4 (2018-06-14)
* Remove unnecessary conflicts and provides

v0.5.1-3 (2018-06-12)
* Fix typo in install script

v0.5.1-2 (2018-06-12)
* Split build scripts into separate -build package

v0.5.1-1 (2018-06-10)
* pacred: Don't treat base-devel specially

v0.5-1 (2018-04-16)
* Add metapkg, a tool to generate meta-packages from compact rule files
* Add makemetapkg, a wrapper around to build meta-packages using a METAPKGBUILD
* Change project description a bit ("simplify" → "complement")
* repkg: Drop functionality that reads rules from stdin (-r is now mandatory)
* repkg: Add `add-group`/`remove-group`
* diffrepo: Add -n to ignore/negate specific packages in a repository
* Bug fixes as in v0.4.1 and v0.4.1.1

v0.4.1.1-1 (2018-03-18)
* Fix version information in help output and man pages

v0.4.1-1 (2018-03-18)
* Fix syntax error in library file
* repkg: Handle spaces in XDG_CONFIG_HOME correctly

v0.4-1 (2018-03-13)
* Add remakepkg, a wrapper around repkg to repackage packages using a REPKGBUILD
* repkg has a slightly different invocation syntax syntax now (more "low-level")
* repkg: Add `set-arch` and `set-url` commands
* repkg: Correctly update packager information
* getpkg: Add -o option to specify output file
* zr: Bulk-addition speed improved
* Bug fixes as in v0.3.1, v0.3.2, v0.3.3 and v0.3.4

v0.3.4-1 (2018-03-08)
* zr: Don't print raw file names that are deleted

v0.3.3-1 (2018-03-05)
* zr: Correctly overwrite package in database as well if invoked with -f

v0.3.2-1 (2018-03-03)
* man pages: Use commit date, not build date

v0.3.1-1 (2018-03-03)
* repkg: Don't accept "empty command" or comment after a package name

v0.3-1 (2018-02-26)
* Add `-h` command line option (and help output) to all scripts
* zr: Change argument format (`zr add package repo` and `zr rm repo/package`)
* zr: Add `ls` subcommand
* New scripts: diffrepo, getpkg, pkgmirror, repkg
* Removed scripts: pacbloat
* Bug fixes as in v0.2.1 and v0.2.2

v0.2.2-1 (2018-02-12)
* Project renamed from pacman-contrib-zuepfe to pacman-hacks

v0.2.1-1 (2018-02-09)
* zr: Fix argument handling

v0.2-1 (2018-02-09)
* Project renamed from zr to pacman-contrib-zuepfe
* Add abs, ala, aur, checkrestart, pacbloat, pacred and pacwhy

v0.1-1 (2017-12-16)
* Initial release as zr