SHA256
8
0
forked from pool/tinyxml

Accepting request 120825 from home:NicoK:branches:devel:libraries:c_c++

update to 2.6.2 (used the official .tar.gz sources instead of re-packaging into lzma)

OBS-URL: https://build.opensuse.org/request/show/120825
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2012-05-13 15:26:23 +00:00
committed by Git OBS Bridge
parent b8387f3271
commit a43b129e52
5 changed files with 49 additions and 24 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun May 13 12:19:58 UTC 2012 - lists.nico.k@googlemail.com
- updated to 2.6.2:
* Switched over to VC 2010
* Fixed up all the build issues arising from that.
(Lots of latent build problems.)
* Removed the old, now unmaintained and likely not working,
build files.
* Fixed some static analysis issues reported by orbitcowboy
from cppcheck.
* Bayard 95 sent in analysis from a different analyzer - fixes
applied from that as well.
* Tim Kosse sent a patch fixing an infinite loop.
* Ma Anguo identified a doc issue.
* Eddie Cohen identified a missing qualifier resulting in a
compilation error on some systems.
* Fixed a line ending bug. (What year is this? Can we all agree
on a format for text files? Please? ...oh well.)
-------------------------------------------------------------------
Fri Mar 2 01:25:08 UTC 2012 - crrodriguez@opensuse.org