<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/backup-restore/ChangeLog, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2010-04-02T22:18:33+00:00</updated>
<entry>
<title>Generate ChangeLog files for tarball releases.</title>
<updated>2010-04-02T22:18:33+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-04-02T21:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=26240e0b180bdaf92702e513a21da2f859883fb3'/>
<id>urn:sha1:26240e0b180bdaf92702e513a21da2f859883fb3</id>
<content type='text'>
Remove old ChangeLog files that predate our switch to git.
</content>
</entry>
<entry>
<title>Removed dangling '*/'.</title>
<updated>2009-01-30T18:46:33+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2009-01-30T18:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=dd4dd31cac3e72b9963ffec692ce4065339c3b7a'/>
<id>urn:sha1:dd4dd31cac3e72b9963ffec692ce4065339c3b7a</id>
<content type='text'>
2009-01-30  Milan Crha  &lt;mcrha@redhat.com&gt;

	*  backup-restore.c: (sanity_check): Removed dangling '*/'.


svn path=/trunk/; revision=37195
</content>
</entry>
<entry>
<title>Make it compile on Windows, by Fridrich Strbra. (Just compile; little</title>
<updated>2009-01-28T17:19:48+00:00</updated>
<author>
<name>Tor Lillqvist</name>
<email>tml@novell.com</email>
</author>
<published>2009-01-28T17:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b95a3586e3af5aad0e4c3322faa4daa06cf7b647'/>
<id>urn:sha1:b95a3586e3af5aad0e4c3322faa4daa06cf7b647</id>
<content type='text'>
2009-01-28  Tor Lillqvist  &lt;tml@novell.com&gt;

	Make it compile on Windows, by Fridrich Strbra. (Just compile;
	little chance of it actually doing anything sensible on Windows at
	this point...)

	* Makefile.am: Use -no-undefined on Windows. Link with libeutil.

	* backup.c: Remove unused &lt;sys/wait.h&gt;.

	* backup-restore.c: Check HAVE_SYS_WAIT_H.


svn path=/trunk/; revision=37148
</content>
</entry>
<entry>
<title>Use also EVOLUTION_CALENDAR_CFLAGS.</title>
<updated>2009-01-21T14:59:23+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2009-01-21T14:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cd893ae5616862e9ecb725408fcadb64c486d823'/>
<id>urn:sha1:cd893ae5616862e9ecb725408fcadb64c486d823</id>
<content type='text'>
2009-01-21  Milan Crha  &lt;mcrha@redhat.com&gt;

	* plugins/import-ics-attachments/Makefile.am:
	* plugins/backup-restore/Makefile.am:
	* plugins/mail-to-meeting/Makefile.am:
	* plugins/startup-wizard/Makefile.am:
	* plugins/mail-to-task/Makefile.am:
	Use also EVOLUTION_CALENDAR_CFLAGS.

svn path=/trunk/; revision=37116
</content>
</entry>
<entry>
<title>License Changes</title>
<updated>2008-08-27T10:33:22+00:00</updated>
<author>
<name>Sankarasivasubramanian Pasupathilingam</name>
<email>psankar@src.gnome.org</email>
</author>
<published>2008-08-27T10:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1bad915150e2d5e97cbbf1a77f7a85e338c07f28'/>
<id>urn:sha1:1bad915150e2d5e97cbbf1a77f7a85e338c07f28</id>
<content type='text'>
svn path=/trunk/; revision=36116
</content>
</entry>
<entry>
<title>Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.</title>
<updated>2008-08-12T04:04:18+00:00</updated>
<author>
<name>Bharath Acharya</name>
<email>abharath@novell.com</email>
</author>
<published>2008-08-12T04:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f5c50178484c5b2fda3170ea66dc50244fcbeb56'/>
<id>urn:sha1:f5c50178484c5b2fda3170ea66dc50244fcbeb56</id>
<content type='text'>
2008-08-12  Bharath Acharya  &lt;abharath@novell.com&gt;

        * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To
        generate dlls on Windows.


svn path=/trunk/; revision=35960
</content>
</entry>
<entry>
<title>** Fixes bug #543754</title>
<updated>2008-08-01T17:32:44+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2008-08-01T17:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=30881fb65a7de5b8c254f871a724dffcb19ce3b8'/>
<id>urn:sha1:30881fb65a7de5b8c254f871a724dffcb19ce3b8</id>
<content type='text'>
2008-08-01  Matthew Barnes  &lt;mbarnes@redhat.com&gt;

	** Fixes bug #543754

	* plugins/backup-restore/org-gnome-backup-restore.error.xml:
	Reword "insufficient-permissions" error message.


svn path=/trunk/; revision=35881
</content>
</entry>
<entry>
<title>** Fix for bug #540400</title>
<updated>2008-07-03T10:28:26+00:00</updated>
<author>
<name>Roger Zauner</name>
<email>roger@eskimo.com</email>
</author>
<published>2008-07-03T10:28:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4806725c63e99525fb29d014f79aa5d3b5f05eb0'/>
<id>urn:sha1:4806725c63e99525fb29d014f79aa5d3b5f05eb0</id>
<content type='text'>
2008-07-03  Roger Zauner  &lt;roger@eskimo.com&gt;

	** Fix for bug #540400

	* backup.c: (backup): Make Evolution Backup follow symbolic links.


svn path=/trunk/; revision=35718
</content>
</entry>
<entry>
<title>** Fix for bug #540274</title>
<updated>2008-07-01T10:31:48+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2008-07-01T10:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=51b273e5b321133422cc9c1764dbf9a9638e8187'/>
<id>urn:sha1:51b273e5b321133422cc9c1764dbf9a9638e8187</id>
<content type='text'>
2008-07-01  Milan Crha &lt;mcrha@redhat.com&gt;

	** Fix for bug #540274

	* Makefile.am: Link with libraries we require now.
	* backup.c: (rc), (s): Exchange $HOME with g_get_home_dir in commands.
	* backup.c: (ensure_locals), (fix_account_folder_uri), (restore):
	After restore walk through all account, addressbook, calendar, task
	and memo sources and fix the base uri if required. (One should be able
	to import also into different user than one where the backup was done.)


svn path=/trunk/; revision=35710
</content>
</entry>
<entry>
<title>Patch from Milan Crha &lt;mcrha@redhat.com&gt; ** Fix for bug #536488 (Remove the .running file before backup and after restore).</title>
<updated>2008-06-30T07:04:19+00:00</updated>
<author>
<name>Suman Manjunath</name>
<email>msuman@src.gnome.org</email>
</author>
<published>2008-06-30T07:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=49f22ddf6e7839230954af3cbbc64f2da8a1ffe9'/>
<id>urn:sha1:49f22ddf6e7839230954af3cbbc64f2da8a1ffe9</id>
<content type='text'>
svn path=/trunk/; revision=35704
</content>
</entry>
</feed>
