File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1- 0.7.11 -1 ./
1+ 1.0 -1 ./
Original file line number Diff line number Diff line change 1717%endif
1818
1919Name: tracer
20- Version: 0.7.11
20+ Version: 1.0
2121Release: 1%{?dist }
2222Summary: Finds outdated running applications in your system
2323
@@ -199,6 +199,24 @@ make DESTDIR=%{buildroot}%{_datadir} mo
199199
200200
201201%changelog
202+ * Fri Sep 15 2023 Jakub Kadlcik <frostyx@email.cz> 1.0-1
203+ - Fix querying RPM files on EPEL7 (frostyx@email.cz)
204+ - Use backported lru_cache on EPEL7 (frostyx@email.cz)
205+ - Don't hang forever when executed via SSH (frostyx@email.cz)
206+ - Don't check if package is installed before listing its files
207+ (frostyx@email.cz)
208+ - Replace regexes where they are not needed (frostyx@email.cz)
209+ - Query all packages at once, its faster than one by one (frostyx@email.cz)
210+ - Cache some properties for a massive performance boost (frostyx@email.cz)
211+ - Refactor unnecessary condition (frostyx@email.cz)
212+ - Fix weird indentation (frostyx@email.cz)
213+ - Pass the whole application to the provided_by function, not just its name
214+ (frostyx@email.cz)
215+ - Stop using deprecated rpm.fi (frostyx@email.cz)
216+ - Attempt to fix readthedocs deprecation error (frostyx@email.cz)
217+ - More reliable check if /usr/lib/sysimage/dnf/ database should be used
218+ (frostyx@email.cz)
219+
202220* Sun Jun 18 2023 Jakub Kadlcik <frostyx@email.cz> 0.7.11-1
203221- Rather create a /run/reboot-required not /var/run/reboot-required
204222 (frostyx@email.cz)
Original file line number Diff line number Diff line change 1717# 02110-1301, USA.
1818#
1919
20- __version__ = '0.7.11 '
20+ __version__ = '1.0 '
2121__release__ = '1'
You can’t perform that action at this time.
0 commit comments