File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- Changes in libsoup from 2.53.92 to 2.54.0:
1
+ Changes in libsoup from 2.53.92 to 2.54.0.1:
2
+
3
+ * (2.54.0.1 fixes a build problem with the 2.54.0 tarball,
4
+ which would not build if you configured with
5
+ "--without-gnome". There are no other changes between 2.54.0
6
+ and 2.54.0.1.)
2
7
3
8
* Fixed examples/simple-httpd on Windows [#758759, Chun-wei
4
9
Fan]
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ dnl *******************************************
5
5
m4_define ( [ soup_major_version] , [ 2] )
6
6
m4_define ( [ soup_minor_version] , [ 54] )
7
7
m4_define ( [ soup_micro_version] , [ 0] )
8
+ m4_define ( [ soup_nano_version] , [ 1] )
8
9
9
10
AC_PREREQ ( 2.63 )
10
- AC_INIT ( [ libsoup] ,[ soup_major_version.soup_minor_version.soup_micro_version] ,[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup] )
11
+ AC_INIT ( [ libsoup] ,[ soup_major_version.soup_minor_version.soup_micro_version.soup_nano_version ] ,[ http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup] )
11
12
AC_CONFIG_SRCDIR ( [ libsoup-2.4.pc.in] )
12
13
AC_CONFIG_MACRO_DIR ( [ m4] )
13
14
AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments