0.8.6claws89
authorChristoph Hohmann <reboot@gmx.ch>
Mon, 9 Dec 2002 18:19:43 +0000 (18:19 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Mon, 9 Dec 2002 18:19:43 +0000 (18:19 +0000)
* src/Makefile.am
* src/session.[ch]              ** REMOVE **
* src/common/Makefile.am
* src/common/session.[ch]       ** NEW **
        move session files to common directory

ChangeLog.claws
configure.in
src/Makefile.am
src/common/Makefile.am
src/common/session.c [moved from src/session.c with 100% similarity]
src/common/session.h [moved from src/session.h with 100% similarity]

index ed5e038648a945146f88549ec4bcafc6f5760a9c..cd48bbb223f47ff5f17016c3b89df0e69e2829c2 100644 (file)
@@ -1,3 +1,11 @@
+2002-12-09 [christoph] 0.8.6claws89
+
+       * src/Makefile.am
+       * src/session.[ch]              ** REMOVE **
+       * src/common/Makefile.am
+       * src/common/session.[ch]       ** NEW **
+               move session files to common directory
+
 2002-12-09 [paul]      0.8.6claws88
 
        * src/account.c
index 4c2b3bc8eef993ab88ae60326f69541f3ed2c420..3bdfa1e05a823b14913f5b40dfb07c36087ae90a 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws88
+EXTRA_VERSION=claws89
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 4b92329afb44297d698dcfe56d313825f4a16148..6b4d474223c7d02eb8a8e3e31253e556212e7e70 100644 (file)
@@ -89,7 +89,6 @@ sylpheed_SOURCES = \
        unmime.c unmime.h \
        ssl_manager.c ssl_manager.h \
        automaton.c automaton.h \
-       session.c session.h \
        smtp.c smtp.h \
        pop.c pop.h \
        mh.c mh.h \
index cbc0498caddd39ca1d2d586356bdfe921dcea3fa..c9c8fc5ded22d1c68a1f46d30eccf21e27de75d6 100644 (file)
@@ -6,6 +6,7 @@ libsylpheedcommon_la_SOURCES = \
        log.c log.h \
        md5.c md5.h \
        nntp.c nntp.h \
+       session.c session.h \
        socket.c socket.h \
        ssl.c ssl.h \
        sylpheed.c sylpheed.h \
similarity index 100%
rename from src/session.c
rename to src/common/session.c
similarity index 100%
rename from src/session.h
rename to src/common/session.h