Commit Graph

84 Commits

Author SHA1 Message Date
Ceki Gulcu cbdf935de3 - starting work on 1.6.0 2010-04-04 19:11:09 +02:00
Ceki Gulcu dae55b8229 - preparing release 1.5.11
- added code to detect the simultaneous presence of both
log4j-over-slf4j.jar and slf4j-log4j12.jar. See also
http://slf4j.org/codes.html#log4jDelegationLoop

- added code to detect the simultaneous presence of both
jcl-over-slf4j.jar and slf4j-jcl.jar. See also
http://slf4j.org/codes.html#jclDelegationLoop

- Fixed http://bugzilla.slf4j.org/show_bug.cgi?id=168
2010-02-25 12:42:32 +01:00
Ceki Gulcu 88c4c45676 setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
Ceki Gulcu 32c1ac054b - setting version number to 1.5.10
- changed references from pixie to pixie.qos.ch
2009-12-03 00:22:57 +01:00
Ceki Gulcu 83b7bf3369 upped version to 1.5.10-SNAPSHOT 2009-11-23 17:36:15 +01:00
Ceki Gulcu e967f5135e - Added missing "Export-Package" declaration for cal10n in the OSGi
manifest file for sfl4j-ext, fixing bug 156.

- changed version number to 1.5.9.RC1. This fixes bug 157.
2009-10-28 18:49:56 +01:00
Ceki Gulcu 68af3bbdbb - started work on version 1.5.10
- fixed bug 151 http://bugzilla.slf4j.org/show_bug.cgi?id=151
2009-09-23 12:02:23 +02:00
Ceki Gulcu 30b9ee08d3 - Preparing release 1.5.9-RC0 2009-09-04 19:52:34 +02:00
Ceki Gulcu d68b139a07 - start work on 1.5.9 2009-07-20 08:09:23 +00:00
Ceki Gulcu 6501841823 - fixed test scope issue in log4j-over-slf4j
- setting version number to 1.5.8
- updating news
2009-06-11 11:54:15 +00:00
Ceki Gulcu ced361bc7c next SLF4J version will be 2.0.0 2009-06-10 20:17:12 +00:00
Ceki Gulcu f142a731a8 changing version to 1.5.7 in the pom.xml files 2009-06-10 18:23:17 +00:00
Ceki Gulcu beedc98cca bumping version to 1.5.7-SNAPSHOT 2009-01-23 16:27:45 +00:00
Ceki Gulcu 1cd35900c4 - preparing release 1.5.6
- marked javassist dependency in slf4j-ext optional (tests pass)
2008-11-20 14:08:07 +00:00
Ceki Gulcu f002e3b965 1.5.6-SNAPSHOT comes after 1.5.5
In LoggerFactory.java we anticipate that 1.5.6 be 100% compatible with 1.5.5
2008-10-17 19:43:03 +00:00
Ceki Gulcu 098e855f42 - preparing release 1.5.5 2008-10-17 15:44:31 +00:00
Ceki Gulcu 2050a4db44 Given the huge size of the SLF4J user base, we need a more lenient version
check mechanism. For example, we can't expect external implementations such as
Mina, jetty, jboss to follow SLF4J's release schedule. We just can't.

This commit changes the version check policy to become elective. The FAQ includes an entry explaining 
the logic.
2008-10-17 14:31:02 +00:00
Ceki Gulcu 0331912976 - last minute typo fixes
- added references to the integration module to assembly/source.xml
2008-10-16 16:55:17 +00:00
Ceki Gulcu ba10ccd6fe - preparing release 1.5.4 2008-10-16 15:49:34 +00:00
Ceki Gulcu 0ed822f323 - starting work on the next version namely 1.5.4 2008-09-12 16:28:41 +00:00
Ceki Gulcu a075b129f9 - preparing release 1.5.3 2008-09-12 15:31:37 +00:00
Ceki Gulcu ac25a3521c - starting work on SLF4J 1.5.3 2008-06-09 12:42:14 +00:00
Ceki Gulcu 0fd329eecb - preparing release 1.5.2
- improvements to documentation
2008-06-08 14:25:02 +00:00
Ceki Gulcu d2b16c45a7 preparing release 1.5.1 2008-06-05 21:09:02 +00:00
Ceki Gulcu a99521109e - the jcl104-over-slf4j module renamed as jcl-over-slf4j
- added relocation support
2008-06-03 21:19:12 +00:00
Ceki Gulcu 9120407f13 - renamed module jcl104-over-slf4j as jcl-over-slf4j in order to upgrade to JCL 1.1.1 2008-06-03 20:37:34 +00:00
Ceki Gulcu 229a816434 - correct license info 2008-05-30 20:59:18 +00:00
Ceki Gulcu 944707c4de - correct license info 2008-05-30 20:58:03 +00:00
Ceki Gulcu 58867e696b starting work on 1.5.1 2008-02-26 20:41:44 +00:00
Ceki Gulcu db4ce9eb7b preparing release 1.5.0 2008-02-26 20:31:25 +00:00
Ceki Gulcu 1cc87e70f3 - SLF4JLog and SLF4JLocationAwareLog classes are now serializable. This corrects bug 71.
Note that the logger references in both classes now have to be transient. This is similar
to the support provided in the original JCL (see Log4jLogger Jdk14Logger classes)

http://bugzilla.slf4j.org/show_bug.cgi?id=71
2008-02-26 17:31:16 +00:00
Ceki Gulcu 89f64317c6 - removing white space 2008-02-26 17:14:25 +00:00
Ceki Gulcu 1be70c1707 - doc adjustments.
- reordering the code
2008-02-26 17:13:22 +00:00
Ceki Gulcu 927ac0022d - fixing bug #41 (http://bugzilla.slf4j.org/show_bug.cgi?id=41)
by adding the following line to various MANIFEST.MF files

Bundle-RequiredExecutionEnvironment: J2SE-1.3
2008-02-05 15:20:00 +00:00
Ceki Gulcu e0dc4a5ad8 - setting current version number to 1.5.0-SNAPSHOT
- updated news.html
2008-01-31 13:15:26 +00:00
Ceki Gulcu 929a74a86c - Declaring version 1.0.4 for the exported JCL packages ad requested in bug 67
http://bugzilla.slf4j.org/show_bug.cgi?id=67
2008-01-31 12:54:01 +00:00
Ceki Gulcu 0d76295bc7 - fix of error URL 2008-01-29 21:01:10 +00:00
Ceki Gulcu 806590481a - preparing for 1.5-M0
- fixed bug 65 by removing lines that contain <version>${parent.version}</version> in pom.xml files
  These lines are superfluous and reportedly confuse some maven repos.
2008-01-29 20:59:24 +00:00
Ceki Gulcu 24b4e42d86 starting work on 1.4.4-SNAPSHOT 2007-08-21 11:08:07 +00:00
Ceki Gulcu 738eab65cd attempt to fix the lack of propagation of project variables in the MANIFEST.MF file 2007-08-20 21:27:47 +00:00
Ceki Gulcu 06866be44f - changes necessary for release 1.4.3 2007-08-20 20:13:25 +00:00
Ceki Gulcu b1a3a3ffa3 - preparing 1.4.3
-
2007-08-20 19:22:46 +00:00
Ceki Gulcu a1149dafca - removed slf4j-archetype
- MANIFEST.MF files use ${project.version} as a variable in order to 
  keep project version changes and the OSGI manifest in sync
2007-08-20 18:10:22 +00:00
Ceki Gulcu 2937090629 preparing 1.4.2 2007-07-12 20:18:50 +00:00
Ceki Gulcu aadd74233e reconciliation with logback, starting work on 1.4.2 2007-07-07 14:10:18 +00:00
Ceki Gulcu e845654c1a snapshot of SLF4J 1.4.1 2007-07-04 19:52:45 +00:00
Ceki Gulcu ed4b78f720 started work on 1.4.1 2007-07-02 19:35:02 +00:00
Ceki Gulcu 2a40c064a2 - changing version number to 1.4.0 preparation for a release
- modified carious pom.xml file to inherit the version number for the slf4j-api project from 
  slf4j-parent module 
- fixed slf4j-archetype module (it can now create a functional albeit simple SLF4J binding)
- updated the FAQ and news in preparation for the 1.4.0 release
2007-05-18 20:57:38 +00:00
Ceki Gulcu ed68b18c27 - org.slf4j.impl.SLF4FLogFactory class was renamed as
SLF4JLogFactory. The META-INF/services/org.apache.commons.logging.LogFactory 
resource file did not reflect this change. Problem reported by Terry Todd in bug
number 47. See also http://bugzilla.slf4j.org/show_bug.cgi?id=47
2007-05-18 19:59:58 +00:00
Ceki Gulcu 1ea0779b1a introducing the TRACE level 2007-05-03 15:28:24 +00:00