<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clojure/src/clj, branch 1.2.x</title>
<subtitle>The Clojure programming language http://clojure.org</subtitle>
<id>https://git.amat.us/clojure/atom/src/clj?h=1.2.x</id>
<link rel='self' href='https://git.amat.us/clojure/atom/src/clj?h=1.2.x'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/'/>
<updated>2011-02-03T00:00:11Z</updated>
<entry>
<title>Created gen-class option :set-context-classloader.</title>
<updated>2011-02-03T00:00:11Z</updated>
<author>
<name>David Barksdale</name>
<email>amatus.amongus@gmail.com</email>
</author>
<published>2011-02-03T00:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=a158c0da1d43ddad9923e27e1fdd03e3bbbe5b37'/>
<id>urn:sha1:a158c0da1d43ddad9923e27e1fdd03e3bbbe5b37</id>
<content type='text'>
When the class is loaded it will set the current thread's
context ClassLoader to the ClassLoader which is currently
loading the class.
This turns out to be useful for classes which extend
java.applet.Applet because the current thread's context
ClassLoader is not the JNLPClassLoader when loaded in a browser.
</content>
</entry>
<entry>
<title>prepare for 1.2.0</title>
<updated>2010-08-19T14:58:22Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-19T14:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=0436abdb51ae6d53517b74bf84a33162397744b0'/>
<id>urn:sha1:0436abdb51ae6d53517b74bf84a33162397744b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare for 1.2 RC3</title>
<updated>2010-08-12T13:42:47Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-12T13:42:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=28b24dde078970e21aadd2969b1bff3d6ce12e0f'/>
<id>urn:sha1:28b24dde078970e21aadd2969b1bff3d6ce12e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixing underive issues, adding tests</title>
<updated>2010-08-12T13:16:18Z</updated>
<author>
<name>Robert Lachlan</name>
<email>robertlachlan@gmail.com</email>
</author>
<published>2010-07-31T05:50:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=b578c69d7480f621841ebcafdfa98e33fcb765f6'/>
<id>urn:sha1:b578c69d7480f621841ebcafdfa98e33fcb765f6</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>preserve opts when creating socket reader, writer</title>
<updated>2010-08-12T13:15:24Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-11T15:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=3a3374f714e5a755b7de2a761f37696f07a74e80'/>
<id>urn:sha1:3a3374f714e5a755b7de2a761f37696f07a74e80</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>Fix and tests for issue #404</title>
<updated>2010-08-12T13:15:24Z</updated>
<author>
<name>Rasmus Svensson</name>
<email>raek@lysator.liu.se</email>
</author>
<published>2010-08-07T22:13:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=9a1c51b23df6fe0fb9147dd2028334e5d8dea777'/>
<id>urn:sha1:9a1c51b23df6fe0fb9147dd2028334e5d8dea777</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>make sure future clears closed-overs, fixes #423</title>
<updated>2010-08-12T13:14:53Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-08-12T02:18:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=8aaca5458cdbbad267217dfc8bd6f0aeca435b95'/>
<id>urn:sha1:8aaca5458cdbbad267217dfc8bd6f0aeca435b95</id>
<content type='text'>
Signed-off-by: Stuart Halloway &lt;stu@thinkrelevance.com&gt;
</content>
</entry>
<entry>
<title>preparing for 1.2RC2</title>
<updated>2010-08-06T22:43:44Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-08-06T22:43:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=0f47e7c575390ddf0df895c26c29f97c8a4c1618'/>
<id>urn:sha1:0f47e7c575390ddf0df895c26c29f97c8a4c1618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix record equality with other maps, = includes type, .equals doesn't. see #418</title>
<updated>2010-08-04T18:46:39Z</updated>
<author>
<name>Rich Hickey</name>
<email>richhickey@gmail.com</email>
</author>
<published>2010-08-04T18:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=f01cef91b7f3fa4f9c867909d6a68ed4f8d49909'/>
<id>urn:sha1:f01cef91b7f3fa4f9c867909d6a68ed4f8d49909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prep for 1.2 RC1</title>
<updated>2010-07-30T13:09:16Z</updated>
<author>
<name>Stuart Halloway</name>
<email>stu@thinkrelevance.com</email>
</author>
<published>2010-07-30T13:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/clojure/commit/?id=6dec446bfb63a5d9ecfb6fcc2ed511302c029f88'/>
<id>urn:sha1:6dec446bfb63a5d9ecfb6fcc2ed511302c029f88</id>
<content type='text'>
</content>
</entry>
</feed>
