Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Jul 16, 2020
1 parent 741bdc6 commit 91e8ed5
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 18 deletions.
18 changes: 18 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
07/16/2020: IPED-3.18.1
News:
#175 Synchronize chat view checkboxes of medias with table tab checkboxes (Luis Nassif)
#201 Merge decoded whatsapp accounts with wa accounts extracted from ufed xml in graph (Luis Nassif)
#197 Categorize HFS DECOMP streams when using fastmode (Luis Nassif)
#188 Support pure negative queries like -field1:xxx -field2:yyy (Luis Nassif)
#200 User and password parameters to connect to ElasticSearch (Luis Nassif)
#181 Unzip Libreoffice files to AppData\Local directory (Luis Nassif)
#193 Optimize whatsapp chat html (Fabio Pfeifer)
#179 Migrate to Lucene-5.5.5 (Luis Nassif)
Fixes:
#191 Checking media files in whatsapp chats works just when chat loading finishes (Luis Nassif)
#182 Pure negative queries like -field:xxx being inverted (Luis Nassif)
#187 Error generating graph when there is space in iped path (Luis Nassif)
#199 Error generating graph database on windows if output folder has accents (Luis Nassif)
#196 Error creating report from command line with graph generation enabled (Luis Nassif)
#189 Some iped gui processes left behind if errors occur opening cases (Luis Nassif)

07/02/2020: IPED-3.18-beta
News:
#15 Graph analysis for communications (Filipe Simões and Luis Nassif)
Expand Down
2 changes: 1 addition & 1 deletion iped-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-ahocorasick/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>iped-ahocorasick</artifactId>
<version>1.1</version>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-carvers-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>iped-carvers-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/iped-carvers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-carvers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-carvers-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-carvers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-carvers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-engine/src/main/java/dpf/sp/gpinf/indexer/Versao.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class Versao {

public static String APP_VERSION = "3.18-beta"; //$NON-NLS-1$
public static String APP_VERSION = "3.18.1"; //$NON-NLS-1$
public static String APP_NAME = "Indexador e Processador de Evidências Digitais " + APP_VERSION; //$NON-NLS-1$
public static String APP_EXT = "IPED"; //$NON-NLS-1$
}
2 changes: 1 addition & 1 deletion iped-geo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-geo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/iped-parsers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parsers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>iped-parsers-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/java-dbf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parsers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>java-dbf</artifactId>
<version>1.0-patched</version>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/java-libpst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parsers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>java-libpst</artifactId>
<version>0.7-patched2</version>
Expand Down
2 changes: 1 addition & 1 deletion iped-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-parsers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/iped-viewers-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-viewers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-viewers-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/iped-viewers-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-viewers</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>
<artifactId>iped-viewers-impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion iped-viewers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
</parent>

<artifactId>iped-viewers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>iped</groupId>
<artifactId>iped-parent</artifactId>
<version>3.18</version>
<version>3.18.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 91e8ed5

Please sign in to comment.