2011-07-25 David King Update NEWS for 3.1.4 release 2011-07-18 Tommi Vainikainen Updated Finnish translation 2011-07-13 Rudolfs Mazurs Updated Latvian translation. 2011-07-08 David King Only call g_settings_sync() when necessary Versions of Gio since 2.29.2 call g_settings_sync() during GApplication shutdown, thus it is not required to call it manually, bug 653914. 2011-07-08 Bastien Nocera Add GConf to GSettings convert file, bug 654901 2011-07-07 Abduxukur Abdurixit Added UG translation 2011-07-04 David King Post-release version bump to 3.1.4 2011-07-04 David King Update NEWS for 3.1.3 release 2011-07-01 David King Add more categories to preferences desktop file 2011-07-01 David King Post-release version bump to 3.1.3 2011-07-01 Michael Terry Make desktop files appear in Unity too, bug 653802 Signed-off-by: David King 2011-06-13 Javier Jardón Use const instead deprecated G_CONST_RETURN 2011-06-13 David King Update NEWS for 3.1.2 release 2011-06-10 Abduxukur Abdurixit Added UG translation 2011-06-09 Kjartan Maraas Updated Norwegian bokmål translation 2011-06-06 Sjoerd Simons Do not set non-existent use-dbus-listener property The ‘use-dbus-listener’ property has been removed from VinoServer, so do not try to set it when creating a VinoDBusServer. 2011-06-06 Sjoerd Simons Fix _TELEPATHY_GLIB mistyped as _TELEPATHY_GLUB 2011-06-03 Arash Mousavi Updated Persian translation 2011-05-29 Carles Ferrando [l10n]Updated Catalan (Valencian) translation 2011-05-27 Kristjan SCHMIDT Updated Esperanto translation 2011-05-24 David King Remove gettext macros from configure.ac 2011-05-22 Мирослав Николић Updated Serbian translation 2011-05-19 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-05-15 Andika Triwidada Updated Indonesian translation 2011-05-09 David King Post-release version bump to 3.1.2 2011-05-09 David King Update NEWS for 3.1.1 release 2011-05-09 David King Change *.tar.gz to *.tar.xz in .gitignore 2011-05-09 Yaron Shahrabani Updated Hebrew translation. 2011-05-04 Kjartan Maraas Updated Norwegian bokmål translation 2011-05-03 Daniel Korostil Uploaded Ukranian 2011-05-03 Muhammet Kara Updated Turkish translation 2011-05-02 David King Avoid out-of-bounds memory accesses This fixes two critical security vulnerabilities that lead to an out-of-bounds memory access with a crafted client framebuffer update request packet. The dimensions of the update from the packet are checked to ensure that they are within the screen dimensions. Thanks to Kevin Chen from the Bitblaze group for the reports in bugs 641802 and 641803. The CVE identifiers for these vulnerabilities are CVE-2011-0904 and CVE-2011-0905. 2011-05-02 Abduxukur Abdurixit Added UG translation 2011-04-30 Fran Diéguez Updated galician translations 2011-04-30 Marek Černocký Updated Czech translation 2011-04-29 Daniel Mustieles Updated Spanish translation 2011-04-28 Matej Urbančič Updated Slovenian translation 2011-04-28 Matej Urbančič Updated Slovenian translation 2011-04-28 David King Use ‘Desktop Sharing’ rather than ‘Remote Desktop’ As pointed out in bug 625623, Vino deals with sharing a desktop of a current session, not starting a session and providing a remote desktop. 2011-04-28 Daniel Mustieles Updated Spanish translation 2011-04-26 David King Do not use deprecated GnuTLS functions, bug 648606 Bump the GnuTLS version check to 2.2.0 from 1.0.0. Use gnutls_priority_set_direct() rather than gnutls_kx_set_priority() to set the key exchange algorithm. 2011-04-26 Muhammet Kara Updated Turkish translation 2011-04-24 Abduxukur Abdurixit Added UG translation 2011-04-24 Theppitak Karoonboonyanan Updated Thai translation. 2011-04-20 Jordi Mallach Fix defines to match configure script output In 99d0f293b7ed2527c127a45bb6bc5b34b61bbcdb, configure was changed to prefix all AC_DEFINE macros with VINO_, and features were changed to use AC_ARG_WITH. Some of the guarded features didn't have their defines updated in the code, resulting in any build having NetworkManager, GCrypt/GnuTLS, libnotify or Telepathy support. Fixes bug 648322. 2011-04-18 David King Update copyright information in about dialog 2011-04-18 Oliver Gerlich Only send a motion event when the pointer moved Only generate a MotionNotify event if the button state did not change or if the mouse coordinates have changed. Fixes bug 564520. 2011-04-18 David King Post-release version bump to 3.1.1 2011-04-17 Oliver Gerlich Fix cursor update logic, bug 617436 2011-04-16 David King Improve status icon tooltip string, bug 594253 2011-04-16 Travis B. Hartwell String improvements in preferences capplet Patch modified from version in bug 606419. 2011-04-11 Daniel Mustieles Updated Spanish translation 2011-04-11 Thorsten Glaser Bind both an IPv4 and an IPv6 socket Under some configurations on Linux, and an BSD, the dfault behaviour is to bind only an IPv6 socket when IPv6 support is enabled. The default Linux kernel configuration is to bind both an IPv4 and an IPv6 socket. Using two listening sockets fixes the problem, bug 604809. 2011-04-05 Jordi Serratosa [l10n]Fixes on Catalan translation 2011-04-05 David King Improve description of UPnP feature, bug 594521 Additionally, add back the tooltip, which was accidentally removed in commit 854a89544020c087680cce2c36cdcda9f38b841d. 2011-04-04 David King Update NEWS for 3.0.0 release 2011-04-04 David King Add translator comments from eggsmclient This clarifies the translation of two strings from libegg, fixing bug 614107. 2011-04-02 Ask H. Larsen Updated Danish translation 2011-04-02 Kjartan Maraas Include config.h where necessary Add ‘#include ’ to all file that include translatable strings, so that they appear translated in the UI. Fixes bug 645860. 2011-04-01 Inaki Larranaga Murgoitio Updated Basque language 2011-03-30 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-03-30 Dr.T.Vasudevan Updated Tamil translation 2011-03-29 David King Add dbus-glib-1 to telepathy-glib pkg-config check In recent linker versions, transitive imports of library symbols are rejected by the linker. dbus-glib-1 exists in the Requires.private variable of the telepathy-glib pkg-config file, so results in a transitive import of dbus-glib-1, which fails during the link phase as dbus_g_type_specialized_construct is called from server/vino-tube-server.c. Underlinking is another term for this problem. Explicitly adding dbus-glib-1 to the telepathy-glib pkg-config check fixes the problem, bug 646018. Also see http://blog.flameeyes.eu/2010/11/26/it-s-not-all-gold-that-shines-why-underlinking-is-a-bad-thing 2011-03-27 Abduxukur Abdurixit Added UG translation 2011-03-26 David King Require automake 1.11.1 and dist as .xz only 2011-03-26 David King Add description to DOAP file 2011-03-25 David King Update NEWS for 2.99.5 release 2011-03-25 Rodrigo Padula de Oliveira Updated Brazilian Portuguese translation 2011-03-24 Runa Bhattacharjee Updated Bengali India Translation 2011-03-22 Claudio Arseni Updated Italian translation 2011-03-21 Brett Witherspoon Use GSettings autostart condition 2011-03-21 David King Post-release version bump to 2.99.5 2011-03-21 David King Update NEWS and release 2.99.4 2011-03-21 David King Remove server reachability message from the UI As there is not enough time to fix bug 596190 before a release, disable the server reachability test by not connecting the 'changed' signal on the VinoConnectivityInfo object. Comment the UI objects in the GtkBuilder XML description. This addresses CVE-2011-1164 until a fix for the reachability test is available. 2011-03-21 Amitakhya Phukan Updated Assamese translations 2011-03-20 David King Generate enums and marshalers before they are used Make vinagre/vinagre-enums.c depend on vinagre/vinagre-enums.h. Reorder sources so that the marshallers and enums sources are generated before they are needed, fixing bug 645266. 2011-03-19 Rudolfs Mazurs Updated Latvian translation. 2011-03-19 Dirgita Updated Indonesian translation 2011-03-18 Yunqiang Su Update Simplified Chinese translation. 2011-03-17 Mario Blättermann [l10n] Updated German translation 2011-03-17 Claudio Arseni Updated Italian translation 2011-03-16 Lucian Adrian Grijincu Updated Romanian translation 2011-03-16 Lucian Adrian Grijincu Updated Romanian translation 2011-03-16 Bruce Cowan Updated British English translation 2011-03-16 Mattias Põldaru [l10n] Updated Estonian translation 2011-03-16 Yuri Myasoedov Updated Russian translation 2011-03-15 Marek Černocký Updated Czech translation 2011-03-15 Gabor Kelemen Updated Hungarian translation 2011-03-15 Fran Diéguez Updated Galician translations 2011-03-14 David King Remove some unnecessary code in the capplet 2011-03-13 Priit Laes [l10n] Updated Estonian translation 2011-03-13 Piotr Drąg Updated Polish translation 2011-03-13 David King Update README for upcoming release 2011-03-12 Wouter Bolsterlee Updated Dutch translation by Wouter Bolsterlee 2011-03-12 David King Tidy the marshal and enums generation rules Taking inspiration from the libgdata rules for glib-mkenums and glib-genmarshal, rewrite the make rules so that BUILT_SOURCES is not used. Additionally, provide more human-readable generated files. 2011-03-12 Duarte Loreto Updated Portuguese translation 2011-03-11 David King Generate ChangeLog from commit log during 'dist' 2011-03-11 Joan Duran [l10n] Updated Catalan translation 2011-03-08 David King Check for the inline keyword with AC_C_INLINE 2011-03-08 David King Add website to AC_INIT and use in about dialog 2011-03-08 David King Correct gcrypt CFLAGS and LIBS variable usage The variables created by the AM_PATH_GCRYPT macro are LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS, not GCRYPT_CFLAGS and GCRYPT_LIBS. 2011-03-08 David King Fix non-functional PKG_CHECK_EXISTS checks PKG_CHECK_EXISTS does not have the same first argument as PKG_CHECK_MODULES, so remove the first argument from all PKG_CHECK_EXISTS calls. 2011-03-08 David King Fix underlinking with libX11 and libz AB_SUBST a variable with the zlib linker command line and add it to LDADD for vino-server. Remove the weird check to see if Pango provided '-lX11' in the linker command line, and use AC_PATH_XTRA always. Fixes bug 644192. 2011-03-07 David King Fix configure options containing extra dashes The logic for evaluating configure options that contained a dash was wrong. This includes --enable-http-server, --with-network-manager and --with-gnome-keyring. Thanks to David Ronis for the report in bug 644153. 2011-03-07 David King Post-release bump to 2.99.4 2011-03-07 David King Update NEWS for release 2011-03-07 David King Distribute the DOAP file 2011-03-05 David King Include if.h before ifaddrs.h in configure test The getifaddrs manpage states that if both and are being included, must be included before . 2011-03-05 A S Alam update Punjabi Translation by A S Alam 2011-03-04 David King Add me as a maintainer, remove MAINTAINERS file 2011-03-04 Manoj Kumar Giri Updated Oriya Translation 2011-03-04 David King Fix strict-aliasing warning in VNC authentication 2011-03-04 David King Fix strict-aliasing warnings in HTTP server 2011-03-04 David King Correct prototype for vino_get_http_server_port() 2011-03-04 David King Use G_GSIZE_FORMAT when printing a gsize 2011-03-02 David King Update NEWS and add check-news to AM_INIT Add a note to packagers in the NEWS announcement for the upcoming release about the changes to configure arguments. Add check-news to AM_INIT so that NEWS is checked during make distcheck. 2011-03-02 David King Only use convenience libraries for smclient Cut down linking complexity by only using libtool convenience libraries for eggsmclient. 2011-03-02 David King Reduce duplicate libraries during linking 2011-03-02 David King Check for sed with AC_PROG_SED 2011-03-02 David King Convert docs subdirectory to build non-recursively 2011-03-02 David King Convert server/libvncserver to non-recursive build 2011-03-02 David King Convert server/smclient to build non-recursively 2011-03-02 David King Convert server/miniupnp to build non-recursively 2011-03-02 David King Convert server subdir to build non-recursively 2011-03-02 David King Convert tools subdir to build non-recursively 2011-03-02 David King Convert capplet subdir to build non-recursively 2011-03-02 David King Convert common subdir to build non-recursively 2011-03-02 David King Check for presence of glib-mkenums in configure AC_SUBST a GLIB_MKENUMS variable in configure, that can be used in Makefile.am. 2011-03-02 David King Use AC_CONFIG_AUX_DIR and update .gitignore Also remove outdated .cvsignore files. 2011-02-28 Sweta Kothari Updated Gujarati Translations 2011-02-27 David King Overhaul configure script Rename configure.in to configure.ac. Rearrange to recommended standard layout. Use M4sh where possible. Enable automake warnings, disable defines and disable standard includes. Switch all configure arguments that enable support for external libraries to use AC_ARG_WITH, and be automatically enabled by default. Prefix all defines from AC_DEFINE macros with 'VINO_'. Discover glib-genmarshal path from GLib pkg-config file. Drop confusing checking of both zlib and libz, and replace with just checking for zlib. Drop checking for Perl to decide whether to rebuild generated files. Drop configure summary. Additionally, make the minimum adjustments necessary in other files to enable the build to succeed. 2011-02-27 Changwoo Ryu Updated Korean translation 2011-02-25 Bruno Brouard Updated French translation 2011-02-23 Matej Urbančič Updated Slovenian translation 2011-02-23 Chris Kühl Post-release bump to 2.99.3. 2011-02-23 Chris Kühl Release: 2.99.2 2011-02-23 Chris Kühl Fixed dereferencing issue overlooked on merge. 2011-02-23 Chris Kühl Added -enable-debug to DISTCHECK_CONFIGURE_FLAGS. 2011-02-23 Pierre Wieser Added back telepathy functionality. 2011-02-23 Chris Kühl Added DISTCHECK_CONFIGURE_FLAGS to Makefile.am. 2011-02-23 Chris Kühl Post-release bump to 2.99.2. 2011-02-23 Chris Kühl Release: 2.99.1 2011-02-23 Chris Kühl Added back basic mdns functionality. 2011-02-23 Chris Kühl Fixed typo in configure.in 2011-02-23 Chris Kühl Removed overlooked has-seperator property. 2011-02-23 Daniel Nylander Updated Swedish translation 2011-02-23 Kjartan Maraas Updated Norwegian bokmål translation. 2011-02-23 Alexander Shopov Updated Bulgarian translation 2011-02-22 Daniel Mustieles Updated Spanish translation 2011-02-21 Chris Kühl Post-release bump to 2.99.1. 2011-02-21 Chris Kühl Release: 2.99.0 2011-02-21 Yaron Shahrabani Updated Hebrew translation. 2011-02-21 Daniel Korostil Uploaded Ukranian 2011-02-21 Daniel Korostil Uploaded Ukranian 2011-02-21 Chris Kühl Updated POTFILE.in to use GSettings schema. 2011-02-19 Chris Kühl Fixed typo in common/Makefile.am 2011-02-18 Chris Kühl Fixed typo in settings schema 2011-02-18 Chris Kühl Bumped version number to 2.99.0 to reflect deps. 2011-02-18 Chris Kühl Completed GConf to GSettings port. 2011-02-18 Chris Kühl Updated GtkApplication code. 2011-02-17 Chris Kühl Use GDK_WINDOW_XID instead of GDK_WINDOW_XWINDOW. 2011-02-09 Matthias Clasen Port to GTK+ 3 Based on a patch by Andreas Henriksson https://bugzilla.gnome.org/show_bug.cgi?id=631670 2011-02-09 Matthias Clasen Update EggSMClient from libegg 2011-02-08 Daniel Korostil Uploaded Ukranian 2011-01-27 Fran Diéguez QA of Galician translations 2011-01-23 Wei-Lun Chao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-12-23 Gheyret T.Kenji Added UG translation 2010-12-23 Vincent Untz release: post-release bump to 2.32.2 2010-12-23 Vincent Untz release: 2.32.1 2010-12-23 Vincent Untz Stay compatible with both old and new libnotify Since this is still a stable branch, it's worth supporting libnotify < 0.7. 2010-12-20 Priit Laes [l10n] Updated Estonian translation 2010-12-12 Simos Xenitellis l10n: Updated Greek translation for vino 2010-12-02 Jonh Wendell adapt to new libnotify api 2010-11-20 Gheyret T.Kenji Added UG translation 2010-11-13 Gheyret T.Kenji Added UG translation 2010-10-29 Gheyret T.Kenji Added UG translation 2010-10-29 Carles Ferrando Updated Catalan (Valencian) translation 2010-10-20 Takayuki KUSANO Updated Japanese translation 2010-10-09 Changwoo Ryu Updated Korean translation 2010-09-27 Jonh Wendell 2.32.0 2010-09-27 Jonh Wendell Updated m4 folder 2010-09-27 Baurzhan Muftakhidinov Initial translation to Kazakh 2010-09-19 Takayuki KUSANO Updated Japanese translation 2010-08-30 Jonh Wendell 2.31.91 2010-07-21 Fran Diéguez Updated Galician translations 2010-07-20 krishnababu k Updated Telugu Translations 2010-07-12 Ryan Lortie keyring fixes 2010-07-11 Petr Kovar Update Czech translation by Marek Cernocky 2010-07-07 Ryan Lortie soup_session_abort() does callbacks still so don't do the cleanup work that the handler will 2010-07-07 Ryan Lortie okay. preferences are done now. 2010-07-05 Ryan Lortie radio button tweak 2010-07-05 Ryan Lortie exit immediately if not enabled 2010-07-05 Ryan Lortie radio buttons are working 2010-07-05 Ryan Lortie more progress... 2010-07-05 Ryan Lortie more... 2010-07-05 Ryan Lortie remove GConf from server 2010-07-04 Ryan Lortie remove generated files, bump depends 2010-07-04 Ryan Lortie Drop GConf schemas 2010-07-04 Ryan Lortie GSettings + GDBus + GtkApplication goodbye to GConf, dbus-glib, libunique 2010-07-03 Kristjan Schmidt Add Esperanto translation 2010-07-03 Kristjan Schmidt Add Esperanto translation 2010-06-29 Jonh Wendell 2.31.4 2010-06-29 Jonh Wendell Use debug autoconf checks provided by gnome-common 2010-06-29 Jonh Wendell Modernize autotools 2010-06-21 Halton Huo Make code is compatible with diffrent ifaddrs strcucture OpenSolaris (after b137) uses "struct sockaddr_storage", not "struct sockaddr" for ifa_addr member of "struct ifaddrs". This is followed RFC2553. Before BSD and Linux systems move to follow RFC2553, the codes need to be compiled under both cases. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=617848 2010-06-21 Jonh Wendell Added some comments for translators Closes #614112. 2010-06-21 Jonh Wendell Fixed POTFILES.in 2010-06-21 Jonh Wendell Get rid of SexyUrlLabel 2010-06-21 Marcus Carlson Use GtkInfoBar 2010-06-21 Thomas Hindoe Paaboel Andersen Use AM_SILENT_RULES 2010-06-21 Javier Jardón Use GtkSpinner Instead own copy of gedit-spinner Fixes https://bugzilla.gnome.org/show_bug.cgi?id=612503 2010-06-18 Guillaume Desmottes Activate the Telepathy service instead of the Vino one 2010-06-18 Guillaume Desmottes add Telepathy client file 2010-06-18 Guillaume Desmottes No need to wait that the connection and channel are ready TpSimpleHandler prepare them for us. 2010-06-18 Guillaume Desmottes tube-server: replace tube-path and channel-properties props by the TpChannel itself 2010-06-18 Guillaume Desmottes tube-server: replace the connection-path property by the connection itself 2010-06-18 Guillaume Desmottes remove ShareWithTube D-Bus method We don't need it any more as Vino is proper channel handler. 2010-06-18 Guillaume Desmottes Be a proper Handler 2010-06-18 Guillaume Desmottes bump telepathy-glib dep to 0.11.6 We need it for TpSimpleHandler. 2010-06-07 Matej Urbančič Updated Slovenian translation 2010-06-07 Sira Nokyoongtong Updated Thai translation. 2010-05-29 Priit Laes Estonian translation updated 2010-05-18 Thomas Thurman Updated Shavian translation 2010-05-12 Thomas Thurman Updated Shavian transliteration 2010-04-26 Andika Triwidada Updated Indonesian translation 2010-04-25 Leonid Kanter fixed https://bugzilla.gnome.org/show_bug.cgi?id=616359 Please enter the commit message for your changes. Lines starting 2010-04-21 Carles Ferrando Updated Catalan (Valencian) translation 2010-04-18 Luca Ferretti Udated Italian translation 2010-04-08 Theppitak Karoonboonyanan Updated Thai translation. 2010-03-30 Jonh Wendell 2.28.2 2010-03-29 Jordi Serratosa Fixes to Catalan translation 2010-03-29 Sweta Kothari Updated Gujarati Translations 2010-03-28 Kjartan Maraas Updated Norwegian bokmål translation 2010-03-28 Jamil Ahmed Updated Bengali translation 2010-03-27 Inaki Larranaga Murgoitio Updated Basque language 2010-03-24 Inaki Larranaga Murgoitio Updated Basque language 2010-03-20 Wouter Bolsterlee Dutch translation updated by Wouter Bolsterlee 2010-03-13 Torstein Adolf Winterseth Updated Norwegian Nynorsk translation 2010-03-07 Peteris Krisjanis Updated Latvian translation. 2010-02-26 Piotr Drąg Updated Polish translation 2010-02-15 Fran Diéguez Updated Galician Translation 2010-01-24 Kenneth Nielsen Updated Danish translation 2010-01-04 Xandru Armesto Fernandez Updated asturian translation 2009-11-24 Tao Wei Updated Simplified Chinese translation. 2009-11-17 Peteris Krisjanis Updated Latvian translation. 2009-11-15 Thomas Thurman Shavian translation 2009-10-20 Yaron Shahrabani Updated Hebrew translation 2009-10-19 Jonh Wendell Check if mDNS is active before asking for a local hostname. Closes Ubuntu #440712. 2009-10-19 Jonh Wendell 2.28.1 release 2009-10-15 Matthias Clasen Don't use restart feature of session manager 2009-10-15 Jasper Lievisse Adriaanse Fix build in OpenBSD 2009-10-13 Takeshi AIHANA 2009-10-13 Updated Japanese translation. 2009-10-06 Leonid Kanter Updated Russian translation by Eugenia Vlasova 2009-09-26 Tomasz Dominikowski Updated Polish translation 2009-09-21 Jonh Wendell 2.28.0 release 2009-09-21 Shankar Prasad Updated Kannada(kn) translation 2009-09-21 Joan Duran Updated Catalan translation 2009-09-20 Amitakhya Phukan Updating Assamese translations. 2009-09-19 Christian Kirbach Updated German translation 2009-09-19 Kostas Papadimas Updated Greek translation. 2009-09-19 Pavel Šefránek Update Czech translation 2009-09-19 Rajesh Ranjan maithili update, translated by Sangeeta Kumari 2009-09-18 Luca Ferretti Added Italian translation 2009-09-18 Matej Urbančič Updated Slovenian translation 2009-09-17 Adi Roiban Updated Romanian translation 2009-09-17 Maxim V. Dziumanenko Added Ukrainian translation 2009-09-17 Manoj Kumar Giri Upadated Oriya Translation 2009-09-17 Shankar Prasad Updated Kannada(kn) translation 2009-09-14 Carles Ferrando Added Catalan (Valencian) translation 2009-09-14 Kjartan Maraas Update Norwegian bokmål translation. 2009-09-14 Rajesh Ranjan hindi update by Rajesh Ranjan 2009-09-12 Bruce Cowan Updated British English translation 2009-09-12 Ask H. Larsen Updated Danish translation 2009-09-11 Fábio Nogueira Corrected some inconsistencies about quotations marks in Brazilian Portuguese translation 2009-09-11 Ani Updaeted Malayalam Translations 2009-09-11 krishnababu k Updated Telugu Translations 2009-09-10 Rajesh Ranjan hindi update by Rajesh Ranjan 2009-09-10 Gabor Kelemen Hungarian translation updated 2009-09-07 Jonh Wendell 2.27.92 release 2009-09-06 G Karunakar Updated Hindi translation 2009-09-06 Tomasz Torcz Fixed a warning in libgcrypt initialization 2009-09-06 Jonh Wendell Use integer (instead of double) as the port parameter in dbus calls. Regression in the tube merge. Closes #594104. 2009-09-06 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-09-05 Ivar Smolin Updating Estonian translation 2009-09-05 Jamil Ahmed Updated Bengali translation 2009-09-04 A S Alam Updating Translation for Punjabi 2009-09-03 Jonh Wendell Make Avahi use the VinoServer interface. Closes #593191 - Still publishing over avahi if network_interface is set 2009-09-01 Kjartan Maraas Update Norwegian bokmål translation. 2009-08-31 Khaled Hosny Updated Arabic translation 2009-08-31 Sandeep Shedmake Updated Marathi Translations 2009-08-30 Baris Cicek Updated Turkish translation. 2009-08-29 Tomasz Dominikowski Updated Polish translation 2009-08-29 Changwoo Ryu Update Korean translation 2009-08-28 Jonh Wendell Use dprintf instead of g_printerr 2009-08-28 Jonh Wendell Use dprintf with the new category 'tube' instead of g_debug/g_printerr 2009-08-28 Jonh Wendell Added "tube" category to dprintf debug messages. 2009-08-28 Jonh Wendell Fixed programming style. Also use dprintf instead of g_debug. 2009-08-28 Jonh Wendell Fix a regression that allows more than one instance od the server to run. It was introduced in Telepathy Tube stuff. 2009-08-28 Sweta Kothari Updated Gujarati Translations 2009-08-28 Miloš Popović Updated Serbian translation 2009-08-28 Miloš Popović Updated Serbian translation 2009-08-27 Inaki Larranaga Murgoitio Updated Basque language 2009-08-26 ifelix Updated Tamil Translations 2009-08-25 Duarte Loreto Updated Portuguese translation 2009-08-25 Jonh Wendell Updated Brazilian Portuguese translation 2009-08-25 Jonh Wendell 2.27.91 release 2009-08-25 Arnaud Maillet VinoTubeServer uses the mc5 avatar cache and no more the mc4 avatar cache 2009-08-25 Runa Bhattacharjee Updated Bengali India Translations 2009-08-23 Gintautas Miliauskas Updated Lithuanian translation. 2009-08-22 Claude Paroz Updated French translation 2009-08-20 Alexander Shopov Updated Bulgarian translation 2009-08-19 Antón Méixome Updated Galician Translation 2009-08-17 Seán de Búrca Added Irish translation 2009-08-15 Tommi Vainikainen Updated Finnish translation 2009-08-13 Jorge González Updated Spanish translation 2009-08-13 Jochen Skulj Updated German translation 2009-08-13 Daniel Nylander Updated Swedish translation 2009-08-13 Daniel Nylander Updated Swedish translation 2009-08-13 Daniel Nylander Updated Swedish translation 2009-08-12 Mattias Põldaru Updating Estonian translation 2009-08-12 Jonh Wendell Return values other than zero if the program fails. 2009-08-12 Jonh Wendell Do not crash if a GConf server is not available. Ubuntu #267760. 2009-08-12 Antón Méixome Updated Galician translation 2009-08-12 Tommi Vainikainen Updated Finnish translation 2009-08-11 Jonh Wendell 2.27.90 release 2009-08-11 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-08-06 Kjartan Maraas Updated Norwegian bokmål translation. 2009-08-06 Kjartan Maraas Updated Norwegian bokmål translation. 2009-08-06 Fran Dieguez Updated Galician Translation 2009-08-06 Jonh Wendell Fix a compiler warning, closes #590765 2009-08-04 Jorge González Updated Spanish translation 2009-07-29 Robert Ancell Undo Changelog change (Changelog no longer used) 2009-07-29 Robert Ancell Change linking order so that external libraries are linked after vino code. Closes #589953. 2009-07-29 Daniel Nylander Updated Swedish translation 2009-07-28 Mattias Põldaru Updating Estonian translation 2009-07-27 Jonh Wendell 2.27.5 release 2009-07-27 Jonh Wendell Fixed POTFILES.in 2009-07-27 Jonh Wendell Added dbus-interface.xml to Makefile's extra_dist 2009-07-23 Arnaud Maillet Remove telepathy stuff in VinoStatusIcon 2009-07-23 Arnaud Maillet Instantiate VinoTubeServersManager to use VinoStatusTubeIcon 2009-07-23 Arnaud Maillet Instantiate VinoStatusTubeIcon in VinoTubeServer 2009-07-23 Arnaud Maillet Remove an useless method 2009-07-23 Arnaud Maillet Add display_status_icon property to set if the VinoServer will use the vino status icon or not 2009-07-23 Arnaud Maillet Instantiate vino-types.h in VinoTubeServer 2009-07-23 Arnaud Maillet Instantiate vino-types.h in VinoServer 2009-07-23 Arnaud Maillet Add the new files to the makefile 2009-07-23 Arnaud Maillet Add vino-types.h to allow multi inclusion 2009-07-23 Arnaud Maillet Add VinoStatusTubeIcon files 2009-07-22 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-07-07 Daniel Nylander Updated Swedish translation 2009-07-07 Yaron Shahrabani Updated Hebrew translation 2009-07-02 Laurent Coudeur Updated French translation 2009-07-01 Maxim V. Dziumanenko Updated Ukrainian translation 2009-07-01 Maxim V. Dziumanenko Updated Ukrainian translation 2009-06-25 Mattias Põldaru Updating Estonian translation 2009-06-24 A S Alam updating translation for Punjabi 2009-06-23 drtvasudevan Updated Tamil translation 2009-06-21 Javier Jardón Fix ui files directory * capplet/vino-url-webservice.c (vino_url_webservice_get_random) 2009-06-21 Jorge Gonzalez Updated Spanish translation 2009-06-21 Jorge Gonzalez Updated Spanish translation 2009-06-20 Funda Wang fix Bug 584330 – vino does not build with gnutls 2.8 2009-06-20 Claude Paroz fix Bug 586455 – Remove markup from translatable strings 2009-06-19 Jonh Wendell Added missing files to POTFILES.in 2009-06-19 Jonh Wendell Fix Bug 330691 – show .local hostname if avahi is present 2009-06-19 Javier Jardón Migrate from libglade to GtkBuilder (solves GnomeBug:582507) * capplet/Makefile.am * capplet/vino-preferences.c (vino_preferences_dialog_setup_allowed_toggle), (vino_preferences_dialog_setup_prompt_enabled_toggle), (vino_preferences_dialog_setup_view_only_toggle), (vino_preferences_dialog_setup_icon_visibility), (vino_preferences_dialog_get_use_password), (vino_preferences_dialog_setup_password_entry), (vino_preferences_dialog_setup_use_upnp_toggle), (vino_preferences_dialog_setup_message_box), (vino_preferences_start_listening), (vino_preferences_dialog_init), (vino_preferences_dialog_finalize) * capplet/vino-preferences.glade: removed * capplet/vino-preferences.ui: new ui file * configure.in * po/POTFILES.in * server/Makefile.am * server/vino-prompt.c (vino_prompt_handle_dialog_response), (vino_prompt_setup_icons) * server/vino-prompt.glade: removed * server/vino-prompt.ui: new ui file 2009-06-19 Theppitak Karoonboonyanan Fix Bug 585838 – vino fails to build outside source tree 2009-06-19 Jonh Wendell Drop libgnome dependency. Use EggSmClient. Closes #500632. 2009-06-19 Jonh Wendell fixed a warning 2009-06-19 Jonh Wendell ignore a file 2009-06-19 Jonh Wendell removed a warning 2009-06-15 Ivar Smolin Updating Estonian translation 2009-06-13 Jorge Gonzalez Updated Spanish translation 2009-06-12 Arnaud Maillet Add the avatar's contact in vino notification 2009-06-12 Arnaud Maillet Add TpContact Alias in the status notification 2009-06-07 Javier Jardón Use accessor functions instead direct access (closes GnomeBug:585042) * capplet/vino-preferences.c (vino_preferences_dialog_setup_allowed_toggle) 2009-06-07 Arnaud Maillet Instantiate VinoTubeServer in Vino 2009-06-07 Arnaud Maillet Remove an useless define 2009-06-07 Arnaud Maillet Adding new files to Makefile 2009-06-07 Arnaud Maillet Adding the tp-glib dependency 2009-06-07 Arnaud Maillet Add VinoDbusError files 2009-06-07 Arnaud Maillet Add VinoTubeServersManager 2009-06-07 Arnaud Maillet Add VinoTubeServer 2009-06-07 Arnaud Maillet Add ShareWithTube dbus method 2009-06-07 Arnaud Maillet Add service file for vino 2009-06-07 Arnaud Maillet Add use_dbus_listener property to make VinoServer more flexible 2009-05-30 Ask H. Larsen Updated Danish translation 2009-05-23 drtvasudevan Updated Tamil translation 2009-05-23 drtvasudevan Updated Tamil translation 2009-05-19 Arnaud Maillet Old g-object style removed 2009-05-19 Alexander Shopov Updated Bulgarian translation 2009-05-17 Jorge Gonzalez Updated Spanish translation 2009-05-17 Jonh Wendell Ignoring vino.pot 2009-05-17 Jonh Wendell Updated Brazilian Portuguese translation 2009-05-17 Jonh Wendell Ignoring dbus-interface-glue.h 2009-05-17 Gabor Kelemen Hungarian translation updated 2009-05-16 Alexis Ballier Include netinet/in.h for sockaddr_in. POSIX specifies the declaration to be there, this is not a problem on Linux because other headers already include it but on FreeBSD it is. 2009-05-15 Matej Urban Updated Slovenian translation 2009-05-15 Ivar Smolin Updating Estonian translation 2009-05-15 Arnaud Maillet fix bug 582619 - remove unused function 2009-05-15 Arnaud Maillet fix bug 582608 - set pointers to NULL after freeing, otherwise you can't create a VinoServer after the destruction of another 2009-05-13 Marios Zindilis Updated Greel translation 2009-05-12 Claude Paroz Updated French translation 2009-05-12 Luca Ferretti Fix UTF-8 encoding declaration 2009-05-12 Luca Ferretti Updated Italian translation 2009-05-12 Arnaud Maillet port from libdbus to dbus-glib 2009-05-12 Arnaud Maillet Generate DBus interface glue 2009-05-12 Arnaud Maillet add xml file 2009-05-12 Halton Huo Fixes bug #581822 - vino server can not detect the real IP address On Solaris. 2009-05-08 Halton Huo * server/vino-dbus-listener.c: (get_local_hostname): Use strncmp rather than strcmp to deal with different loopback interface for Linux and Solaris. 2009-05-11 kutio fix bug 580114 fix bug 580114 2009-05-11 Jonh Wendell Added an option to disable XDamage extension. In some environments the XDamage extension does not work properly on 3D desktops. This adds a boolean gconf key 'disable_xdamage'. If it is set to TRUE, VinoFB object willl not use it. Closes #533613. 2009-05-03 Javier Jardón Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #581204) * server/vino-server.c (vino_server_defer_client_auth) 2009-05-02 Thomas Hindoe Paaboel Andersen Replace deprecated gtk_status_icon_set_tooltip Use gtk_status_icon_set_tooltip_text instead. Also bumps required gtk to 2.16 as needed for gtk_status_icon_set_tooltip_text. GNOME Bug #578463 2009-05-02 Jonh Wendell Removed a warning 2009-05-02 Jonh Wendell Fixed vino.doap 2009-05-02 Jonh Wendell Added .gitignore 2009-04-20 Jonh Wendell Added vino.doap file 2009-04-15 Ihar Hrachyshka Added Belarusian translation. svn path=/trunk/; revision=1169