Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe44 committed Nov 18, 2023
1 parent 2a8f4be commit cbb00c4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
Binary file renamed AirConnect-1.3.1.zip → AirConnect-1.3.2.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.2
- fix http_fill

1.3.1
- updated libraop allows subsequent GET, even with no range, to restart from 0 for players that open, close and re-open (for no reason)

Expand Down
Binary file added aircast/.Makefile.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion aircast/src/aircast.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "raop_server.h"
#include "cast_util.h"

#define VERSION "v1.3.1"" ("__DATE__" @ "__TIME__")"
#define VERSION "v1.3.2"" ("__DATE__" @ "__TIME__")"

/*----------------------------------------------------------------------------*/
/* typedefs */
Expand Down
2 changes: 1 addition & 1 deletion airupnp/src/airupnp.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "cross_util.h"
#include "metadata.h"

#define VERSION "v1.3.1"" ("__DATE__" @ "__TIME__")"
#define VERSION "v1.3.2"" ("__DATE__" @ "__TIME__")"

/*----------------------------------------------------------------------------*/
/* typedefs */
Expand Down
2 changes: 1 addition & 1 deletion common/crosstools
2 changes: 1 addition & 1 deletion common/libraop
Submodule libraop updated 50 files
+2 −2 Makefile
+ bin/cliraop-freebsd-x86_64
+ bin/cliraop-linux-aarch64
+ bin/cliraop-linux-arm
+ bin/cliraop-linux-armv5
+ bin/cliraop-linux-armv6
+ bin/cliraop-linux-mips
+ bin/cliraop-linux-mipsel
+ bin/cliraop-linux-powerpc
+ bin/cliraop-linux-sparc64
+ bin/cliraop-linux-x86
+ bin/cliraop-linux-x86_64
+ bin/cliraop-macos
+ bin/cliraop-macos-arm64
+ bin/cliraop-macos-x86_64
+ bin/cliraop-solaris-x86_64
+ bin/cliraop.exe
+2 −1 cliraop.vcxproj
+1 −1 crosstools
+4 −5 libraop.vcxproj
+0 −131 src/base64.c
+0 −42 src/base64.h
+7 −1 src/cliraop.c
+1 −1 src/pairing.cpp
+77 −0 src/password.c
+6 −4 src/raop_client.c
+2 −1 src/raop_client.h
+0 −1 src/raop_server.c
+25 −21 src/raop_streamer.c
+52 −1 src/rtsp_client.c
+1 −1 src/rtsp_client.h
+ targets/freebsd/x86_64/libraop.a
+2 −1 targets/include/raop_client.h
+ targets/linux/aarch64/libraop.a
+ targets/linux/arm/libraop.a
+ targets/linux/armv5/libraop.a
+ targets/linux/armv6/libraop.a
+ targets/linux/mips/libraop.a
+ targets/linux/mipsel/libraop.a
+ targets/linux/powerpc/libraop.a
+ targets/linux/sparc64/libraop.a
+ targets/linux/x86/libraop.a
+ targets/linux/x86_64/libraop.a
+ targets/macos/arm64/libraop.a
+ targets/macos/x86_64/libraop.a
+ targets/solaris/x86_64/libraop.a
+ targets/win32/x86/libraop.lib
+ targets/win32/x86/libraop.pdb
+ targets/win32/x86/libraop_d.lib
+ targets/win32/x86/libraop_d.pdb

0 comments on commit cbb00c4

Please sign in to comment.