- Update to version 1.1.2

* Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Add comment about why safe_strncpy isn't replaced with strlcpy
  * Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl
  * Replace strncpy calls with a sane version that always terminates

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/sessreg?expand=0&rev=18
This commit is contained in:
2019-06-11 09:41:03 +00:00
committed by Git OBS Bridge
parent f0986fd57d
commit dc9fdbd682
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 11 09:37:50 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.2
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Add comment about why safe_strncpy isn't replaced with strlcpy
* Fix missing defines _PATH_WTMPX/_PATH_UTMPX in musl
* Replace strncpy calls with a sane version that always terminates
-------------------------------------------------------------------
Wed Mar 1 13:57:12 UTC 2017 - tobias.johannes.klausmann@mni.thm.de