Skip to content

Commit 0964cee

Browse files
libaxl:
* [fix] Closing release 0.7.2
1 parent d5fba83 commit 0964cee

File tree

6 files changed

+120
-4
lines changed

6 files changed

+120
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1.b3508
1+
0.7.2.b3508

doc/release-notes/axl-0.7.2.txt

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
########################################
2+
# Axl Library #
3+
# Journey to proxima centaury #
4+
# 0.7.2 #
5+
########################################
6+
7+
Advanced Software Production Line is proud to announce a new Axl
8+
Library release.
9+
10+
Axl Library is a small and efficient XML toolkit, written in ANSI C,
11+
with support for Python bindings and released under the LGPL. It
12+
allows to produce efficient and clear code that handle XML data.
13+
14+
The library was created to support XML requirements needed by software
15+
developed by Advanced Software Production Line, S.L.
16+
17+
At this moment the library is being used by Vortex Library,
18+
Turbulence, Core-Admin, MyQtt and many more...
19+
20+
Resources
21+
~~~~~~~~~
22+
23+
Axl Homepage
24+
[ http://www.aspl.es/xml ]
25+
26+
Advanced Software Production Line, S.L.
27+
[ http://www.aspl.es ]
28+
29+
Featured project: Core-Admin
30+
[ http://www.core-admin.com ]
31+
32+
This release in short
33+
~~~~~~~~~~~~~~~~~~~~~
34+
35+
- Added official support for Debian Jessie 8.X, Ubuntu Xenial 16.04
36+
and Centos 7
37+
38+
- Minor stable release including building corrections and wrong
39+
variable initialization at axl_node_get_content_copy
40+
41+
Changes from previous release 0.7.1
42+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43+
44+
* [fix] Fixed Raspberry (raspbian wheezy) vasprintf detection.
45+
Updated regression test to fix (double) ".%f" detection.
46+
47+
* [fix] More updates to allow selecting compiler for w64 platforms..
48+
49+
* [fix] Updated configure.ac to generate a axl_config.h with an
50+
indication to configure.ac rather than .in file.
51+
52+
* [fix] Updated configure.ac to notify that Python Axl building was
53+
detected or not..
54+
55+
* [fix] Added support for ubuntu xenial 16.04..
56+
57+
* [fix] Added initial files to support debian jessie
58+
59+
* [fix] Updated configure.ac to avoid updating Makefile.win since it
60+
is not going to be used by platforms using auto-tools and auto-conf
61+
62+
* [fix] Fixed wrong variable initialization inside
63+
axl_node_get_content_copy (reported by gcc 5.3)
64+
65+
* [fix] Removed old reference to Makefile.win.in file at Makefile.am
66+
spotted by Centos7 support
67+
68+
* [fix] Updated libaxl1.spec to support Centos7 (el7)
69+
70+
* [fix] Updated buildrpm.sh to check error code and stop failing
71+
reporting that error..
72+
73+
About Advanced Software Production Line, S.L. (ASPL)
74+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75+
76+
Advanced Software Production Line (ASPL) provides GNU/Linux support
77+
and consulting services to enable organisation to introduce
78+
GNU/Linux into their processes, making other platforms to properly
79+
interact with it.
80+
81+
Contact us, using English or Spanish, to get commercial support
82+
and/or XML based development services.
83+
84+
You can reach us:
85+
86+
http://www.aspl.es - [email protected]
87+
88+
We hope Axl Library help you. Enjoy Axl Library!
89+
90+
--
91+
Francis Brosnan Blázquez - [email protected]
92+
Advanced Software Production Line - http://www.aspl.es
93+
26th Aug 2016, Madrid (Spain)

web/doc.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ <h2><img alt="arrow" src="arrow.png" > Axl library for Debian / Ubuntu / Raspbia
104104
<td><img alt="debian-apt-support" src="debian.png" style='padding: 15px'>
105105
</td>
106106
<td><pre>
107+
# public aspl debian repository (JESSIE)
108+
deb http://www.aspl.es/debian/public jessie/
109+
107110
# public aspl debian repository (WHEEZY)
108111
deb http://www.aspl.es/debian/public wheezy/
109112

@@ -121,6 +124,9 @@ <h2><img alt="arrow" src="arrow.png" > Axl library for Debian / Ubuntu / Raspbia
121124
<td style='vertical-align: top; padding-top: 20px'><img alt="ubuntu-apt-support" src="logo-ubuntu.png" >
122125
</td>
123126
<td><pre>
127+
# public aspl ubuntu repository (XENIAL 16.04 LTS)
128+
deb http://www.aspl.es/ubuntu/public xenial/
129+
124130
# public aspl ubuntu repository (PRECISE 12.04 LTS)
125131
deb http://www.aspl.es/ubuntu/public precise/
126132
</td></pre>
@@ -141,7 +147,7 @@ <h2><img alt="arrow" src="arrow.png" > Axl library for Debian / Ubuntu / Raspbia
141147
<p>Then run an <b>apt-cache search axl</b> to look for axl
142148
packages.</p>
143149

144-
<h2><img alt="arrow" src="arrow.png" > Axl library for CentOS</h2>
150+
<h2><img alt="arrow" src="arrow.png" > Axl library for CentOS 6 / Centos 7</h2>
145151

146152
<p>CentOS packages are also provided using the following yum repository:</p>
147153

@@ -222,7 +228,8 @@ <h2><img alt="arrow" src="arrow.png" > Release tracking</h2>
222228
produced:</p>
223229

224230
<ul>
225-
<li>0.7.1 "Kepler 452-b" <a href="http://lists.aspl.es/pipermail/axl/2015-August/000138.html">2015/08/28</a></lib>
231+
<li>0.7.2 "Journey to Proxima Centaury" <a href="http://lists.aspl.es/pipermail/axl/2016-August/000139.html">2016/08/28</a></li>
232+
<li>0.7.1 "Kepler 452-b" <a href="http://lists.aspl.es/pipermail/axl/2015-August/000138.html">2015/08/28</a></li>
226233
<li>0.7.0 "Ugly boy": <a href="http://lists.aspl.es/pipermail/axl/2015-April/000137.html">2015/04/30</a></li>
227234
<li>0.6.9 "Goats in the trees": <a href="http://lists.aspl.es/pipermail/axl/2015-February/000136.html">2015/02/17</a></li>
228235
<li>0.6.8 "Waking up": <a href="http://lists.aspl.es/pipermail/axl/2013-June/000129.html">2013/06/05</a></li>

web/es/doc.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ <h2><img alt="arrow" src="../arrow.png" > Axl library para Debian / Ubuntu / Ras
105105
<td><img alt="debian-apt-support" src="../debian.png" style='padding: 15px'>
106106
</td>
107107
<td><pre>
108+
# public aspl debian repository (JESSIE)
109+
deb http://www.aspl.es/debian/public jessie/
110+
108111
# public aspl debian repository (WHEEZY)
109112
deb http://www.aspl.es/debian/public wheezy/
110113

@@ -122,6 +125,9 @@ <h2><img alt="arrow" src="../arrow.png" > Axl library para Debian / Ubuntu / Ras
122125
<td style='vertical-align: top; padding-top: 20px'><img alt="ubuntu-apt-support" src="../logo-ubuntu.png" >
123126
</td>
124127
<td><pre>
128+
# public aspl ubuntu repository (XENIAL 16.04 LTS)
129+
deb http://www.aspl.es/ubuntu/public xenial/
130+
125131
# public aspl ubuntu repository (PRECISE 12.04 LTS)
126132
deb http://www.aspl.es/ubuntu/public precise/
127133
</td></pre>
@@ -142,7 +148,7 @@ <h2><img alt="arrow" src="../arrow.png" > Axl library para Debian / Ubuntu / Ras
142148
<p>Ejecute <b>apt-cache search axl</b> para encontrar los paquetes de
143149
Axl Library.</p>
144150

145-
<h2><img alt="arrow" src="../arrow.png" > Axl library para CentOS</h2>
151+
<h2><img alt="arrow" src="../arrow.png" > Axl library para CentOS 6 / Centos 7</h2>
146152

147153
<p>Paquetes para CentOS también están disponibles con el siguiente repositorio yum:</p>
148154

@@ -223,6 +229,7 @@ <h2><img alt="arrow" src="../arrow.png" > Histórico de revisiones</h2>
223229
<p>A continuación se muestra la lista de versiones estables publicadas hasta la fecha:</p>
224230

225231
<ul>
232+
<li>0.7.2 "Journey to Proxima Centaury" <a href="http://lists.aspl.es/pipermail/axl/2016-August/000139.html">2016/08/28</a></li>
226233
<li>0.7.1 "Kepler 452-b" <a href="http://lists.aspl.es/pipermail/axl/2015-August/000138.html">2015/08/28</a></lib>
227234
<li>0.7.0 "Ugly boy": <a href="http://lists.aspl.es/pipermail/axl/2015-April/000137.html">2015/04/30</a></li>
228235
<li>0.6.9 "Goats in the trees": <a href="http://lists.aspl.es/pipermail/axl/2015-February/000136.html">2015/02/17</a></li>

web/es/news.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<h2><img alt="arrow" src="../arrow.png" > Noticias</h2>
3939

4040
<ul class="news">
41+
<li class="header-news"><b>2016-08-26</b> Añadido soporte oficial para Debian Jessie, Ubuntu Xenial y Centos 7<br>
42+
43+
<p>Nueva revisión que incluye soporte para las distribuciones mencionadas y corrige algunos errores en el sistema de compilado. Vea todos los detalles en <a href="http://lists.aspl.es/pipermail/axl/2016-August/000139.html">http://lists.aspl.es/pipermail/axl/2016-August/000139.html</a>.</a>
44+
</li>
45+
4146
<li class="header-news"><b>2016-02-12</b> Añadido soporet oficial para Raspbian <a href="http://www.raspbian.org">Raspbian</a> <br>
4247

4348
<p>Ahora, proporcionamos paquetes de LibAxl para raspbian. <a href="doc.html">Vea nuestra sección de descarga.</a>

web/news.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<h2><img alt="arrow" src="arrow.png" > Axl News</h2>
3939

4040
<ul class="news">
41+
<li class="header-news"><b>2016-08-26</b> Added official support to Debian Jessie, Ubuntu Xenial and Centos 7<br>
42+
43+
<p>New stable release that includes support for mentioned distros and corrects some bugs at the building system. See all details at <a href="http://lists.aspl.es/pipermail/axl/2016-August/000139.html">http://lists.aspl.es/pipermail/axl/2016-August/000139.html</a>.</a>
44+
</li>
4145
<li class="header-news"><b>2016-02-12</b> Added official <a href="http://www.raspbian.org">Raspbian</a> support<br>
4246

4347
<p>Now we provide ready to use raspbian packages for LibAxl. <a href="doc.html">See our download section.</a>

0 commit comments

Comments
 (0)