File libasn1c.changes of Package libasn1c

-------------------------------------------------------------------
Tue Dec 03 21:01:02 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.38.0:
  * Bump version: 0.9.37.1-2d31 → 0.9.38

-------------------------------------------------------------------
Thu Nov 28 21:01:05 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.37.1:
  * debian/control: Build-Depends: add pkg-config

-------------------------------------------------------------------
Thu Jul 25 20:00:59 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.37.0:
  * Bump version: 0.9.36.2-5324 → 0.9.37

-------------------------------------------------------------------
Fri May 10 20:01:03 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.36.2:
  * contrib: remove rpm spec file

-------------------------------------------------------------------
Tue Mar 26 21:01:37 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.36.1:
  * Add README.md to explain what this is all about

-------------------------------------------------------------------
Wed Feb 07 14:33:36 UTC 2024 - mardnh@gmx.de

- Update to version 0.9.36.0:
  * Bump version: 0.9.35.7-a1a8 → 0.9.36
  * INTEGER: ignore warning for all GCC versions
  * Disable _ASN_STACK_OVERFLOW_CHECK if building with Asan enabled
  * .gitignore: Add configure~
  * debian: set compat level to 10
  * INTEGER: ignore invalid -Warray-bounds from GCC-10
  * src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD
  * debian/control: replace, conflict: osmo-libasn1c
  * Bump version: 0.9.34.1-71cb → 0.9.35
  * fix 3 indents to avoid build failure with -Werror

-------------------------------------------------------------------
Sat Sep 16 11:29:44 UTC 2023 - mardnh@gmx.de

- Update to version 0.9.36.0:
  * Bump version: 0.9.35.7-a1a8 → 0.9.36
  * INTEGER: ignore warning for all GCC versions
  * Disable _ASN_STACK_OVERFLOW_CHECK if building with Asan enabled
  * .gitignore: Add configure~
  * debian: set compat level to 10
  * INTEGER: ignore invalid -Warray-bounds from GCC-10
  * src/Makefile.am: libraries shall not be in LDFLAGS but in LIBADD

-------------------------------------------------------------------
Thu Feb 09 21:01:01 UTC 2023 - mardnh@gmx.de

- Update to version 0.9.35.1:
  * debian/control: replace, conflict: osmo-libasn1c

-------------------------------------------------------------------
Tue Feb 07 21:01:10 UTC 2023 - mardnh@gmx.de

- Update to version 0.9.35.0:
  * Bump version: 0.9.34.1-71cb → 0.9.35

-------------------------------------------------------------------
Mon Jul 25 20:01:03 UTC 2022 - mardnh@gmx.de

- Update to version 0.9.34.1:
  * fix 3 indents to avoid build failure with -Werror

-------------------------------------------------------------------
Tue Jun 28 20:00:55 UTC 2022 - mardnh@gmx.de

- Update to version 0.9.34.0:
  * Bump version: 0.9.33.1-3bbf → 0.9.34

-------------------------------------------------------------------
Tue May 24 20:00:45 UTC 2022 - mardnh@gmx.de

- Update to version 0.9.33.1:
  * configure.ac: fix libtool issue with clang and sanitizer

-------------------------------------------------------------------
Tue Feb 23 21:01:07 UTC 2021 - mardnh@gmx.de

- Update to version 0.9.33.0:
  * Bump version: 0.9.32.4-c0d4 → 0.9.33

-------------------------------------------------------------------
Tue Oct 13 20:00:56 UTC 2020 - mardnh@gmx.de

- Update to version 0.9.32.4:
  * contrib/jenkins: Enable parallel make in make distcheck

-------------------------------------------------------------------
Thu Aug 13 20:01:01 UTC 2020 - mardnh@gmx.de

- Update to version 0.9.32.3:
  * debian/control: change maintainer to the Osmocom team / mailing list

-------------------------------------------------------------------
Wed May 20 20:01:09 UTC 2020 - mardnh@gmx.de

- Update to version 0.9.32.2:
  * contrib: integrate RPM spec

-------------------------------------------------------------------
Sun May 17 20:01:00 UTC 2020 - mardnh@gmx.de

- Update to version 0.9.32.1:
  * contrib: import RPM spec

-------------------------------------------------------------------
Thu Aug 08 21:54:31 UTC 2019 - mardnh@gmx.de

- Update to version 0.9.32.0:
  * Bump version: 0.9.31.4-cd14-dirty → 0.9.32
  * Fix LIBVERSION not applied

-------------------------------------------------------------------
Thu Jul 11 20:01:19 UTC 2019 - mardnh@gmx.de

- Update to version 0.9.31.4:
  * contrib/jenkins.sh: run "make maintainer-clean"

-------------------------------------------------------------------
Sat Dec 22 21:00:40 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.31.3:
  * Revert "jenkins.sh: disable parallel build"

-------------------------------------------------------------------
Tue Dec 11 21:00:42 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.31.2:
  * jenkins.sh: disable parallel build

-------------------------------------------------------------------
Mon Sep 17 20:00:47 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.31.1:
  * debian/rules: Don't overwrite .tarball-version

-------------------------------------------------------------------
Fri May 04 20:00:44 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.31.0:
  * debian: set VERSION to fix version in .pc files
  * Bump version: 0.9.30.1-3dc5 → 0.9.31

-------------------------------------------------------------------
Thu May 03 20:00:50 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.30.0:
  * .gitignore: add compile
  * build: Support make release target
  * debian/changelog: Set previous versions to unstable
  * Bump version: 0.9.28 → 0.9.29
  * configure.ac: Use git-version-gen to set VERSION
  * Bump version: 0.9.29.1-42b1 → 0.9.30

-------------------------------------------------------------------
Wed Mar 14 21:24:15 UTC 2018 - mardnh@gmx.de

- Update to version 0.9.28.7:
  * Fix compiler warning
  * Fix compiler warning
  * Sync debian package version (0.9.28) with acversion
  * link libasn1c against libmath, don't ask users to do it
  * fix compiler warning: drop dead code from BIT_STRING_fromBuf()
  * jenkins: add missing set -e to catch build errors
  * jenkins: use osmo-clean-workspace.sh before and after build
  * add --enable-sanitize config option
  * configure: add --enable-werror
  * jenkins.sh: use --enable-werror configure flag, not CFLAGS

-------------------------------------------------------------------
Sat Feb 10 19:54:15 UTC 2018 - mardnh@gmx.de

- Show testsuite.log when tests are failing

-------------------------------------------------------------------
Wed Jan 24 12:46:52 UTC 2018 - mardnh@gmx.de

- Update to new upstream snapshot 0.9.28.5

-------------------------------------------------------------------
Mon Oct  2 22:35:06 UTC 2017 - jengelh@inai.de

- Update to new upstream snapshot 0.9.28.14
  * Relicense asn1helpers under BSD2C

-------------------------------------------------------------------
Sat Apr 29 00:14:29 UTC 2017 - jengelh@inai.de

- Update to new upstream snapshot 0.9.28.9
  * aper fix for decoding constrained integer with lower boundary
  * fix APER encoding of integer
  * remove config.h include from asn_system.h
  * Add helper functions for uint32_t in octet strings

-------------------------------------------------------------------
Wed Dec 23 18:40:53 UTC 2015 - jengelh@inai.de

- Initial package (version 0.9.28~20) for build.opensuse.org
openSUSE Build Service is sponsored by