powa-archivist (4.1.4-2) [PTS] [DDPO]
OLD: VCS is behind the version in the archive: 4.1.4-1 < 4.1.4-2.Hint: This git repository uses http. You might need to run git update-server-info to update the auxiliary info files.
- Git: https://github.com/powa-team/powa-archivist.git
- Branch: master
- Path: debian/changelog
- Repo size: 5939200
- Browser: https://github.com/powa-team/powa-archivist
- Last scan: 2023-02-09 01:43:10+00
- Next scan: 2023-02-10 05:06:00+00
- Debian changelog in Git:
powa-archivist (4.1.4-1) unstable; urgency=medium * New upstream version -- Julien Rouhaud <rjuju123@gmail.com> Mon, 16 May 2022 14:29:51 +0800
- This branch is 3 commits ahead of tag debian/4.1.4-1
- Git log:
commit cd4c5c9891d0ba5051795d4ae13c9b60a4fffc89 Author: Julien Rouhaud <julien.rouhaud@free.fr> Date: Sat Jan 14 10:04:53 2023 +0800 Update copyright year. commit 8e8df7da22430711bce2f093c71ed8fa3d6c4735 Author: Julien Rouhaud <julien.rouhaud@free.fr> Date: Wed Aug 10 17:08:03 2022 +0800 Remove HAVE_CLOCK_GETTIME knowledge. The macro has been removed upstream as of 623cc67347cc62eb676570c81abe5e1f63ecaa1e, so also remove any code relying on it. This was only used to zero-init the non-second part of the instr_time variable, so we can instead rely on INSTR_TIME_SET_ZERO() macro for that. commit 1a05c33eff18947ead1fbbc2fea7ae54193beda2 Author: Julien Rouhaud <julien.rouhaud@free.fr> Date: Thu Jul 28 09:11:54 2022 +0800 Add PGDLLEXPORT marking to powa_main. After upstream commit 089480c07, it's necessary for background worker entry points to be marked PGDLLEXPORT, else they aren't findable by LookupBackgroundWorkerFunction(). For consistency, add the PGDLLEXPORT even for older versions.