Skip to content

Commit

Permalink
Redis-android v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 committed Jan 4, 2018
1 parent 4179fa0 commit 935cd80
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 18 deletions.
22 changes: 22 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Redis on Android 1.0 release notes
====================================

================================================================================
Redis on Android 1.0.3 Released Jan/03/2018 17:10 PST
================================================================================

(fix) Change the "wait3()" implementation

================================================================================
Redis on Android 1.0.2
================================================================================

(fix) Error message "wait3() returned an error: No child processes. rdb_child_pid = 25182, aof_child_pid = -1"

================================================================================
Redis on Android 1.0.1 Released Dec/22/2017 15:30 PST
================================================================================

(fix) Error message "wait3() returned an error: No child processes. rdb_child_pid = 25182, aof_child_pid = -1"

(fix) `zfree(argv);` in network.c causes crash on some Android devices.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ But thank you for your hard work, @rikiji

## Redis version

Dec/21/2017 Redis 4.0.6
Jan/03/2018 Redis 4.0.6

## Install

Expand All @@ -21,7 +21,7 @@ repositories {
}
dependencies {
compile 'io.wf9a5m75:redis-android:1.0.2'
compile 'io.wf9a5m75:redis-android:1.0.3'
}
```

Expand Down
11 changes: 0 additions & 11 deletions redis-android/CHANGELOGS.md

This file was deleted.

2 changes: 1 addition & 1 deletion redis-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ uploadArchives {
repositories {
mavenDeployer {
repository url: "file://${repo.absolutePath}"
pom.version = "1.0.2"
pom.version = "1.0.3"
pom.groupId = "io.wf9a5m75"
pom.artifactId = "redis-android"
}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4146112be7f36fa2d820e20c22900714
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f75640b0c8a02233cbb28b525a5d93d3ad5ae231
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.wf9a5m75</groupId>
<artifactId>redis-android</artifactId>
<version>1.0.3</version>
<packaging>aar</packaging>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c4491f20202500e72188643e8eae47be
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03d1df137edd2e30df6182f1044aacb3f76d76ed
5 changes: 3 additions & 2 deletions repository/io/wf9a5m75/redis-android/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<groupId>io.wf9a5m75</groupId>
<artifactId>redis-android</artifactId>
<versioning>
<release>1.0.2</release>
<release>1.0.3</release>
<versions>
<version>1.0.0</version>
<version>1.0.1</version>
<version>1.0.2</version>
<version>1.0.3</version>
</versions>
<lastUpdated>20171228000136</lastUpdated>
<lastUpdated>20180104011227</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76365ebcba6228f3cf73c52cb6163fc4
e89f1a74916f9dcc6a29e8f4e274d5d2
Original file line number Diff line number Diff line change
@@ -1 +1 @@
630dbe23cebcdff91cf8cfa3bd26ca73c8426343
786606815ce3b68f78d865991c12172770aff774

0 comments on commit 935cd80

Please sign in to comment.