Explorar o código

version 1.1.8 & release note

heavyrian2012 %!s(int64=2) %!d(string=hai) anos
pai
achega
3f4c2b0cea
Modificáronse 6 ficheiros con 11 adicións e 5 borrados
  1. 1 1
      broker/pom.xml
  2. 1 1
      common/pom.xml
  3. 1 1
      distribution/pom.xml
  4. 1 1
      pom.xml
  5. 6 0
      release_note.md
  6. 1 1
      sdk/pom.xml

+ 1 - 1
broker/pom.xml

@@ -5,7 +5,7 @@
         <relativePath>../</relativePath>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.7</version>
+        <version>1.1.8</version>
     </parent>
 
     <artifactId>moquette-broker</artifactId>

+ 1 - 1
common/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.7</version>
+        <version>1.1.8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
distribution/pom.xml

@@ -6,7 +6,7 @@
         <!--<relativePath>../pom.xml</relativePath>-->
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.7</version>
+        <version>1.1.8</version>
     </parent>
 
     <artifactId>distribution</artifactId>

+ 1 - 1
pom.xml

@@ -12,7 +12,7 @@
     <artifactId>wildfirechat-parent</artifactId>
 
     <packaging>pom</packaging>
-    <version>1.1.7</version>
+    <version>1.1.8</version>
     <name>Wildfire Chat</name>
     <description>Wildfire Chat Server</description>
     <inceptionYear>2019</inceptionYear>

+ 6 - 0
release_note.md

@@ -12,6 +12,12 @@
 
 # 更新记录
 
+--------------
+Release note 1.1.8:
+1. 解决可以把群主设置为管理员的问题。
+2. 发送好友请求之后5分钟内可以再次发送。
+3. 解决撤回消息中原消息二进制内容格式错误问题。
+
 --------------
 Release note 1.1.7:
 1. 优化用户搜索功能。

+ 1 - 1
sdk/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <artifactId>wildfirechat-parent</artifactId>
         <groupId>cn.wildfirechat</groupId>
-        <version>1.1.7</version>
+        <version>1.1.8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>