libstb (0.0~git20241109.5c20573+ds-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.0~git20250907.fede005+ds-1 > 0.0~git20241109.5c20573+ds-1
- Git: https://salsa.debian.org/yangfl-guest/stb.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1335296
- Browser: https://salsa.debian.org/yangfl-guest/stb
- Last scan: 2025-09-11 15:33:22+00
- Next scan: 2025-09-16 20:40:00+00
- CI pipeline status: success
- Debian changelog in Git:
libstb (0.0~git20250907.fede005+ds-1) unstable; urgency=medium
* New upstream snapshot
-- Yangfl <mmyangfl@gmail.com> Thu, 11 Sep 2025 22:38:41 +0800
- This branch is 12 commits ahead of tag debian/0.0_git20241109.5c20573+ds-1
- Git log:
commit 2d19fcf0f0edcc284d600f43ac468d873113b8b8
Author: yangfl <yangfl@users.noreply.github.com>
Date: Thu Sep 11 22:43:39 2025 +0800
debian: update to 0.0~git20250907.fede005+ds
commit 45d5c334e308ab5e85828ccffe36656cb31647e7
Merge: 6115d95 0e37710
Author: yangfl <yangfl@users.noreply.github.com>
Date: Thu Sep 11 22:43:08 2025 +0800
Merge tag 'upstream/0.0_git20250907.fede005+ds'
commit 0e377100d2e6d2b500ef442290da86b1102f4eca
Author: yangfl <yangfl@users.noreply.github.com>
Date: Thu Sep 11 22:42:07 2025 +0800
Import Upstream version 0.0~git20250907.fede005+ds
commit fede005abaf93d9d7f3a679d1999b2db341b360f
Merge: f58f558 f6142a7
Author: Sean Barrett <sean2@nothings.org>
Date: Sun Sep 7 13:07:34 2025 -0700
Merge pull request #1820 from jeffrbig2/resize2.14
stb_image_resize2 2.15 - couple small unusual asssert and warning workarounds
commit f6142a72e0791942c073c8c5768fd6065d21be19
Author: Jeff Roberts (LA) <jeffr@radgametools.com>
Date: Thu Jul 17 14:58:12 2025 -0700
stb_image_resize2 - couple small unusual asssert and warning workarounds
commit f58f558c120e9b32c217290b80bad1a0729fbb2c
Author: Sean Barrett <sean2@nothings.org>
Date: Mon May 26 05:08:07 2025 -0700
fix typo
commit 981f08afbc7c4317f56cbbe80728774eeb8e8663
Author: codealpha07 <codealpha786@gmail.com>
Date: Mon May 26 12:37:08 2025 +0530
Fixed typo in readme.header.md
commit 802cd454f25469d3123e678af41364153c132c2a
Author: Sean Barrett <sean2@nothings.org>
Date: Mon May 12 04:17:57 2025 -0700
Create SECURITY.md
commit 2dfbe86bef853be33cbbda07abcb4db58c7f817d
Author: Sean Barrett <sean2@nothings.org>
Date: Mon May 12 03:48:59 2025 -0700
update stb_image_resize2 & readme
commit 8cfb1605c02aee9fb6eb5d8ea559017745bd9a16
Author: Jeff Roberts (LA) <jeffr@radgametools.com>
Date: Fri May 9 13:11:07 2025 -0700
resize 2.14 - fix off edge nans leaking in on some resize types
commit f0569113c93ad095470c54bf34a17b36646bbbb5
Author: Sean Barrett <sean2@nothings.org>
Date: Fri Mar 14 11:27:34 2025 -0700
update stb_image_resize2.h
commit adc1672878b63e7a59720f7c60c9f6f53cfa1d17
Author: Jeff Roberts (LA) <jeffr@radgametools.com>
Date: Fri Feb 28 11:02:10 2025 -0800
Resize 2.13 -
fixed a bug when using input callbacks,
turned off simd for tiny-c,
fixed some variables that should have been static,
fixes a bug when calculating temp memory with resizes that exceed 2GB of temp memory (very large resizes).