Skip to content

Commit

Permalink
update change log. change references to log4j from test to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Mar 9, 2013
1 parent 772a002 commit c6d28a5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion symmetric-db/pom.xml
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sf.kxml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion symmetric-jdbc/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion symmetric-parent/pom.xml
Expand Up @@ -478,7 +478,7 @@
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</exclusions>
</dependency>
<!-- Spring Framework -->
<dependency>
Expand Down
7 changes: 7 additions & 0 deletions symmetric-server/src/main/deploy/change-log-3.0.txt
@@ -1,3 +1,10 @@
SymmetricDS - 3.3.4 (Released 2013-03-09)
=========================================
- 0001087: [Bug] If engine.name isn't used, then some services are not available. Should be available as long as there is only one node deployed (chenson) - closed.
- 0001094: [Bug] sync_keys isn't used to create triggers which causes a SQL Server table w/out primary keys and sync_keys to not capture updates (chenson) - closed.
- 0001100: [Bug] sqlite create tables quotes create_timestamp default values (chenson) - closed.
- 0001101: [Bug] sqlite create tables doesn't work because a transaction is in process and the database is locked (chenson) - closed.

SymmetricDS - 3.3.3 (Released 2013-03-01)
=========================================
- 0001079: [Improvement] Children node are selected from the database each heartbeat but not necessarily used, can be time consuming w. lots of children (chenson) - closed.
Expand Down

0 comments on commit c6d28a5

Please sign in to comment.